Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2011-12-21 12:42:30 (GMT)
committer Simon Schampijer <simon@schampijer.de>2011-12-21 12:42:30 (GMT)
commite9be3ecc80ce32ec1a1d1f4cd1086b4c2db14807 (patch)
treecbb8100fafce0754cc9f268884729f4071574c00
parent2a76d498f34a9ec3d933974e2a387fcbf98b7f39 (diff)
Moving palette definitions at one place, removing extra lines
-rw-r--r--gtk3/theme/gtk-widgets.css.em35
1 files changed, 15 insertions, 20 deletions
diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
index fef5333..4e3ddd7 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -148,7 +148,6 @@ icon_large = icon_base * 5
border-width: $(thickness)px;
}
-
.spinbutton.button:active {
background-color: @white;
color: @button_grey;
@@ -289,22 +288,6 @@ SugarPaletteWindowWidget GtkToggleButton.button:active {
background-color: @panel_grey;
}
-SugarPaletteWindowWidget.background {
- background-color: @black;
-}
-
-SugarPaletteWindowWidget * {
- color: @white;
-}
-
-SugarPaletteMenuWidget.background {
- background-color: @black;
-}
-
-SugarPaletteMenuWidget * {
- color: @white;
-}
-
SugarSectionView {
background-color: @white;
color: @black;
@@ -314,7 +297,6 @@ SugarSectionView *:insensitive {
background-color: @white;
}
-
SugarAlert {
background-color: @black;
color: @white;
@@ -324,7 +306,6 @@ SugarAlert *:insensitive {
background-color: @black;
}
-
SugarGroupBox {
background-color: @selection_grey;
color: @black;
@@ -334,6 +315,21 @@ SugarGroupBox *:insensitive {
background-color: @selection_grey;
}
+SugarPaletteWindowWidget.background {
+ background-color: @black;
+}
+
+SugarPaletteWindowWidget * {
+ color: @white;
+}
+
+SugarPaletteMenuWidget.background {
+ background-color: @black;
+}
+
+SugarPaletteMenuWidget * {
+ color: @white;
+}
SugarPaletteWindow SugarGroupBox {
background-color: @toolbar_grey;
@@ -344,7 +340,6 @@ SugarPaletteWindow SugarGroupBox *:insensitive {
background-color: @toolbar_grey;
}
-
.menu,
.palette {
background-color: @black;