From 2d296cdb8667a862d7733d15891249b8e3223d33 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 Signed-off-by: Ajay Garg --- diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em index df98625..0b8fd56 100644 --- a/gtk3/theme/gtk-widgets.css.em +++ b/gtk3/theme/gtk-widgets.css.em @@ -314,9 +314,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