summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOk
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-02-29 17:34:59 +0100
committerraveit65 <[email protected]>2016-02-29 17:34:59 +0100
commitdf446cd421259fd507791ca617b8ca04c3bed108 (patch)
tree859e1c73247e54b6f930f696bd8013e44cc42c50 /desktop-themes/TraditionalOk
parente1fb1e109f95253ccf3cc652d359076d78a5d2a7 (diff)
downloadmate-themes-df446cd421259fd507791ca617b8ca04c3bed108.tar.bz2
mate-themes-df446cd421259fd507791ca617b8ca04c3bed108.tar.xz
GTK+-3.20TraditionalOK: use symbolic arrows for combobox button
builtin GtkArrow does not work anymore.
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css7
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 *
**************/