diff options
author | raveit65 <[email protected]> | 2016-02-29 17:34:59 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-02-29 17:35:28 +0100 |
commit | 6b63399653994d348b1f77ad05d764adfdaea055 (patch) | |
tree | dfdae725538625a8a642eafa1f90e47a7025fddd /desktop-themes | |
parent | 7bb738729f9df6317e214c05e21f0e81d1fa4398 (diff) | |
download | mate-themes-6b63399653994d348b1f77ad05d764adfdaea055.tar.bz2 mate-themes-6b63399653994d348b1f77ad05d764adfdaea055.tar.xz |
GTK+-3.20TraditionalOK: use symbolic arrows for combobox button
builtin GtkArrow does not work anymore.
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index 659381e5..32d3f5ff 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -1556,6 +1556,13 @@ combobox button *:hover { color: @theme_text_color; } +combobox arrow { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); + color: @theme_fg_color; + min-height: 16px; + min-width: 16px; +} + /************** * Scrollbars * **************/ |