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:54:16 (GMT)
committer Manuel Quiñones <manuq@laptop.org>2011-12-22 11:54:16 (GMT)
commit659d7b2959443f3738bf4cb60a25df8192b3b476 (patch)
tree3f6711ac21cc71905eeafe9660f22aeda9307412
parentc80bf2cdee7820635e667ffd6af665f1faa86c2c (diff)
Add section Control Panel and Alert, removing SugarGroupBox for now
Signed-off-by: Manuel Quiñones <manuq@laptop.org>
-rw-r--r--gtk3/theme/gtk-widgets.css.em13
1 files changed, 4 insertions, 9 deletions
diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
index e11b3d3..ca75450 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -300,6 +300,8 @@ SugarPaletteWindowWidget GtkToggleButton.button:active {
background-color: @selection_grey;
}
+/* Control panel */
+
SugarSectionView {
background-color: @white;
color: @black;
@@ -309,6 +311,8 @@ SugarSectionView *:insensitive {
background-color: @white;
}
+/* Alert */
+
SugarAlert {
background-color: @black;
color: @white;
@@ -318,15 +322,6 @@ SugarAlert *:insensitive {
background-color: @black;
}
-SugarGroupBox {
- background-color: @selection_grey;
- color: @black;
-}
-
-SugarGroupBox *:insensitive {
- background-color: @selection_grey;
-}
-
/* Menus and palettes */
SugarPaletteWindowWidget.background {