diff options
author | raveit65 <[email protected]> | 2015-08-14 11:45:45 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-14 11:47:05 +0200 |
commit | 15947305c153b3104698fbab3d10fe8d8d9a76d0 (patch) | |
tree | 1691bd07502d9e1b7c31b57043d75296d130755a /desktop-themes/ContrastHigh | |
parent | 6aefc3bd03fa4e499b6e88f78efc371ed77e9d99 (diff) | |
download | mate-themes-15947305c153b3104698fbab3d10fe8d8d9a76d0.tar.bz2 mate-themes-15947305c153b3104698fbab3d10fe8d8d9a76d0.tar.xz |
GTK3 ContrastHigh: fix width of progressbar, broken in gtk+-3.14
Diffstat (limited to 'desktop-themes/ContrastHigh')
-rw-r--r-- | desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css index b179b8af..82752116 100644 --- a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css @@ -542,6 +542,13 @@ GtkComboBox .button { background-color: @theme_insensitive_bg; } +GtkProgressBar { + /* FIXME - Not working 3.14 */ + -GtkProgressBar-min-horizontal-bar-height: 16; + -GtkProgressBar-min-vertical-bar-width: 16; + border-radius: 6px; +} + .progressbar { background-color: @theme_highlight_color; border-width: 1px; |