Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gtk3
diff options
context:
space:
mode:
authorManuel QuiƱones <manuq@laptop.org>2012-10-25 03:24:07 (GMT)
committer Ajay Garg <ajay@activitycentral.com>2012-11-05 19:15:25 (GMT)
commitb5776a3a946a1bc547e4fa9fdd83229f13357f9d (patch)
tree5a965c9ab3566225476a61b69e786e858ca5fcc5 /gtk3
parentd923685d708b713f653d80ed274f5e0ac73cd158 (diff)
Add style for Browse search window - SL #4049
Signed-off-by: Manuel QuiƱones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org> Signed-off-by: Ajay Garg <ajay@activitycentral.com>
Diffstat (limited to 'gtk3')
-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 dc7b964..0e073d4 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -345,6 +345,14 @@ BrowseTabPage {
background-color: @black;
}
+BrowseSearchWindow .view {
+ background-color: @black;
+ color: @white;
+ border-color: @button_grey;
+ border-width: 0 $(thickness)px $(thickness)px $(thickness)px;
+ border-style: solid;
+}
+
/* Control panel */
SugarSectionView {