summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2015-02-20 10:36:43 +0100
committerCarlos Soriano <csoriano@gnome.org>2015-02-20 17:15:31 +0100
commitdf81c98b659110b6a5569ee8e0ff57ecbc9919cb (patch)
tree0e45090caca634cdd81e52a04669f4a16a4a1d0c
parent43ada376f8502dd2976597eb04cfe425bf203588 (diff)
downloadgnome-shell-wip/sass.tar.gz
update themewip/sass
-rw-r--r--data/theme/gnome-shell-high-contrast.css16
-rw-r--r--data/theme/gnome-shell.css4
2 files changed, 11 insertions, 9 deletions
diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css
index 48ee64df4..0662b9dfa 100644
--- a/data/theme/gnome-shell-high-contrast.css
+++ b/data/theme/gnome-shell-high-contrast.css
@@ -1,5 +1,5 @@
/* This stylesheet is generated, DO NOT EDIT */
-/* Copyright 2009, Red Hat, Inc.
+/* Copyright 2009, 2015 Red Hat, Inc.
*
* Portions adapted from Mx's data/style/default.css
* Copyright 2009 Intel Corporation
@@ -432,7 +432,7 @@ StScrollBar {
-boxpointer-gap: 4px;
-arrow-rise: 0px; }
-/* fallback menu
+/* fallback menu
- odd thing for styling App menu when apparently not running under shell. Light Adwaita styled
app menu inside the main app window itself rather than the top bar
*/
@@ -918,12 +918,14 @@ StScrollBar {
/* DASHBOARD */
#dash {
- padding: 4px;
+ font-size: 9pt;
+ color: #eeeeec;
+ background-color: #2e3436;
+ padding: 4px 0;
+ border: 1px solid rgba(128, 128, 128, 0.4);
border-left: 0px;
border-radius: 0px 9px 9px 0px; }
#dash:rtl {
- border-left-width: 1px;
- border-right-width: 0;
border-radius: 9px 0 0 9px; }
#dash .placeholder {
background-image: url("dash-placeholder.svg");
@@ -934,7 +936,7 @@ StScrollBar {
height: 24px; }
.dash-item-container > StWidget {
- padding: 4px; }
+ padding: 4px 8px; }
.dash-label {
border-radius: 7px;
@@ -1080,7 +1082,7 @@ StScrollBar {
.frequent-apps > StBoxLayout {
padding: 0px 88px 10px 88px; }
-#dash, .workspace-thumbnails {
+.workspace-thumbnails {
color: #eeeeec;
background-color: #2e3436;
border: 1px solid rgba(238, 238, 236, 0.2); }
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 0431e97d0..f823e3fc1 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -1,5 +1,5 @@
/* This stylesheet is generated, DO NOT EDIT */
-/* Copyright 2009, Red Hat, Inc.
+/* Copyright 2009, 2015 Red Hat, Inc.
*
* Portions adapted from Mx's data/style/default.css
* Copyright 2009 Intel Corporation
@@ -432,7 +432,7 @@ StScrollBar {
-boxpointer-gap: 4px;
-arrow-rise: 0px; }
-/* fallback menu
+/* fallback menu
- odd thing for styling App menu when apparently not running under shell. Light Adwaita styled
app menu inside the main app window itself rather than the top bar
*/