Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Quiñones <manuq@laptop.org>2011-12-22 11:33:59 (GMT)
committer Manuel Quiñones <manuq@laptop.org>2011-12-22 11:33:59 (GMT)
commitc80bf2cdee7820635e667ffd6af665f1faa86c2c (patch)
treeea1ca0223afcf40b5039f9e287ee0b379b5c466c
parent8ea0ba2cd0add767ed010a6a4ca6478406bf70d0 (diff)
Moving .background and .window to the top
Signed-off-by: Manuel Quiñones <manuq@laptop.org>
-rw-r--r--gtk3/theme/gtk-widgets.css.em36
1 files changed, 18 insertions, 18 deletions
diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
index 25ccf67..e11b3d3 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -124,6 +124,24 @@ icon_large = icon_base * 5
color: @black;
}
+/* Backgrounds and windows */
+
+.background {
+ padding: 0px;
+ border-width: 0px;
+ background-color: @panel_grey;
+}
+
+.window {
+ background-color: @panel_grey;
+ color: @black;
+}
+
+/* Handle this differently? */
+.window *:insensitive {
+ background-color: @panel_grey;
+}
+
/* Buttons */
.button {
@@ -282,24 +300,6 @@ SugarPaletteWindowWidget GtkToggleButton.button:active {
background-color: @selection_grey;
}
-/* Backgrounds and windows */
-
-.background {
- padding: 0px;
- border-width: 0px;
- background-color: @panel_grey;
-}
-
-.window {
- background-color: @panel_grey;
- color: @black;
-}
-
-/* Handle this differently? */
-.window *:insensitive {
- background-color: @panel_grey;
-}
-
SugarSectionView {
background-color: @white;
color: @black;