From 0a089420ce43eeed3abfcb8c4d626fcbe9976766 Mon Sep 17 00:00:00 2001 From: Manuel QuiƱones Date: Wed, 06 Feb 2013 04:58:29 +0000 Subject: ComboBox: add scroll indicators - 3942 - set the correct size for arrows in the dropdown menu - remove border and background in the button that contains the arrows - remove rule that was trying to make separators transparent but is not working Signed-off-by: Manuel QuiƱones --- diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em index bd5cbf4..15268ad 100644 --- a/gtk3/theme/gtk-widgets.css.em +++ b/gtk3/theme/gtk-widgets.css.em @@ -303,9 +303,17 @@ GtkComboBox { color: @white; } -GtkComboBox .separator { - /* Remove the separator turning it transparent */ - color: alpha(@theme_base_color, 0.0); +GtkComboBox .menu.button { + border-color: transparent; + border-radius: 0px; + border-style: none; + background-color: transparent; + color: @white; +} + +GtkComboBox .menu { + -GtkWidget-scroll-arrow-hlength: $(my_floor(2.5 * subcell_size)); + -GtkWidget-scroll-arrow-vlength: $(my_floor(2.5 * subcell_size)); } /* Notebooks */ -- cgit v0.9.1