Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel QuiƱones <manuq@laptop.org>2013-01-14 15:47:52 (GMT)
committer Ajay Garg <ajay@activitycentral.com>2013-02-16 05:07:51 (GMT)
commit5f6602ee0c478f99c666356d4a2d1fe0392896e0 (patch)
tree71e232c819b9d1ab2b8981e5e083175cef19b25b
parent1fe359d28a132a3fcab145eb8b332be3e2250b3e (diff)
Make notebook arrows white - SL #4185
Signed-off-by: Manuel QuiƱones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org> Signed-off-by: Ajay Garg <ajay@activitycentral.com>
-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 8b25a9a..df98625 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -331,6 +331,10 @@ GtkComboBox .separator {
-GtkWidget-scroll-arrow-vlength: $(my_floor(2.5 * subcell_size));
}
+.notebook.arrow {
+ color: @white;
+}
+
.notebook tab {
background-color: @selection_grey;
}