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-15 00:00:43 (GMT)
committer Simon Schampijer <simon@schampijer.de>2011-12-15 00:00:43 (GMT)
commit22dd9d7b74244b3822c167f2bf9eb1d9f8964802 (patch)
tree0afb6c19421b347c0b058ae241449d35f3015d8c
parent0bac7a18fef740ee023f771e2d7d3b27bb5a933b (diff)
Style PaletteMenuWidget
The class _PaletteMenuWidget in sugar-toolkit needs to have a gtype SugarPaletteMenuWidget in order to be styled. And the do_draw methods in _PaletteMenuWidget should not fill the widget with color.
-rw-r--r--gtk3/theme/gtk-widgets.css.em8
1 files changed, 8 insertions, 0 deletions
diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
index e15cfa1..39f6ff6 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -312,6 +312,14 @@ SugarPaletteWindowWidget * {
color: @white;
}
+SugarPaletteMenuWidget.background {
+ background-color: @black;
+}
+
+SugarPaletteMenuWidget * {
+ color: @white;
+}
+
SugarSectionView {
background-color: @white;
color: @black;