Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2012-02-02 19:56:51 (GMT)
committer Simon Schampijer <simon@schampijer.de>2012-02-02 19:56:51 (GMT)
commit04d80eb250ca1313029f9443a51f3a781130abbf (patch)
tree8732d7f8650a289d1f1f9abb0f87a57b1f26a03f
parentdc5364a3d1b37fb73a53b128374ccbbdfcca58d4 (diff)
Theme the view correctly
This themes the description palette of the activity sub-toolbar to have black text on a white background. Signed-off-by: Manuel QuiƱones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
-rw-r--r--gtk3/theme/gtk-widgets.css.em4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
index 6afdddd..63c2c12 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -219,7 +219,7 @@ GtkToggleButton.button:active GtkLabel {
border-style: none;
border-radius: 0;
padding: 0px;
- background-color: @text_field_grey;
+ background-color: @white;
}
.entry {
@@ -344,7 +344,7 @@ SugarPaletteWindowWidget.background {
background-color: @black;
}
-SugarPaletteWindowWidget * {
+SugarPaletteWindowWidget GtkLabel {
color: @white;
}