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 Manuel Quiñones <manuq@laptop.org>2013-02-15 14:56:04 (GMT)
commit2ffabcbbc1181570bb6b4d263c7ab60bc8f241e1 (patch)
tree3d920e585659cfa5dea54bd9824acd7fc50cfbaa
parent9401b6b6aa7d0d59b38e1ebd19fbf04a43a128c4 (diff)
Make notebook arrows white - SL #4185
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, 4 insertions, 0 deletions
diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
index 3861690..d0ab86a 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -326,6 +326,10 @@ GtkComboBox .separator {
-GtkWidget-scroll-arrow-vlength: $(my_floor(2.5 * subcell_size));
}
+.notebook.arrow {
+ color: @white;
+}
+
.notebook tab {
background-color: @selection_grey;
}