Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gtk3/theme/gtk-widgets.css.em
diff options
context:
space:
mode:
Diffstat (limited to 'gtk3/theme/gtk-widgets.css.em')
-rw-r--r--gtk3/theme/gtk-widgets.css.em24
1 files changed, 2 insertions, 22 deletions
diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
index e8d8d9b..f338bc9 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -405,8 +405,7 @@ SugarPaletteWindow SugarGroupBox *:insensitive {
background-color: @toolbar_grey;
}
-.menu,
-.palette {
+.menu {
background-color: @black;
color: @white;
@@ -426,29 +425,10 @@ SugarPaletteWindow SugarGroupBox *:insensitive {
border-style: solid;
}
-.menu :prelight, palette :prelight {
- color: @white
-}
-
-.menu :active, palette :active {
+.menu :active {
background-color: @button_grey;
}
-.palette {
- padding: $(thickness)px;
-}
-
-.palette .menu {
- -GtkMenu-horizontal-padding: 0;
- -GtkMenu-vertical-padding: 0;
-
- padding: 0px $(subcell_size)px;
-}
-
-.menu * {
- color: @white;
-}
-
.menuitem {
padding: $(subcell_size)px $((subcell_size * 3 - font_height) / 2)px;
}