diff options
author | raveit65 <[email protected]> | 2015-08-14 20:25:03 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-14 20:25:49 +0200 |
commit | 6b4a05e81c998673b807e33a612e81a76fd80605 (patch) | |
tree | cee10656c0fd17472047ee68ea6579637b850742 /desktop-themes | |
parent | 7f94ab86edd86f45fa9085415b3f38cbbed9ec67 (diff) | |
download | mate-themes-6b4a05e81c998673b807e33a612e81a76fd80605.tar.bz2 mate-themes-6b4a05e81c998673b807e33a612e81a76fd80605.tar.xz |
GTK3 ContrastHighInverse: fix width of progressbar, broken in gtk+-3.14
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css index 0171b743..25ddcd6e 100644 --- a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css @@ -531,6 +531,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; |