Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Schampijer <simon@laptop.org>2012-11-06 14:12:00 (GMT)
committer Simon Schampijer <simon@laptop.org>2012-11-06 14:12:00 (GMT)
commit599c6730decba9c36dab4949dcb4d350898bc12d (patch)
tree941139a7ba837b99ccce107d1582ccf1c8a91278
parent7cf359b20fd769c6e54317bb071b916d026a40c3 (diff)
Make text in a textview packed inside a Palette black, SL #4160
This can be seen in the DescriptionButton in activity toolbar in GTK+3 activities. The regression was introduced in b2b0f26119d395140b3dd8011ff8272f17d21279, but making the text in a textview packed in a Palette black explicitly is the better approach anyhow. Signed-off-by: Simon Schampijer <simon@laptop.org> Acked-by: Manuel QuiƱones <manuq@laptop.org>
-rw-r--r--gtk3/theme/gtk-widgets.css.em4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
index 17a9bd5..dcd3304 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -407,6 +407,10 @@ SugarPaletteWindowWidget {
color: @white;
}
+SugarPaletteWindowWidget .view {
+ color: @black;
+}
+
SugarPaletteMenuWidget {
background-color: @black;
}