diff options
author | raveit65 <[email protected]> | 2015-08-14 00:59:25 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-14 01:00:27 +0200 |
commit | 0f5844b0bbbb1ed197109eaa138d5f0aed5687a1 (patch) | |
tree | 0b8822f7bcb0ce9e4422f6ccba34d3e7ca11900d /desktop-themes/TraditionalOk | |
parent | 0f9388232bc8e6859cec43333e9668d7e4e80c3b (diff) | |
download | mate-themes-0f5844b0bbbb1ed197109eaa138d5f0aed5687a1.tar.bz2 mate-themes-0f5844b0bbbb1ed197109eaa138d5f0aed5687a1.tar.xz |
GTK3 traditional themes: fix width of progressbar, broken in gtk+-3.14
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 4 |
1 files changed, 4 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 0c67b039..aaab6d99 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -517,6 +517,10 @@ GtkColorEditor GtkColorSwatch.color-dark:hover { ****************/ GtkProgressBar { + /* FIXME - Not working 3.14 */ + -GtkProgressBar-min-horizontal-bar-height: 16; + -GtkProgressBar-min-vertical-bar-width: 16; + border-radius: 3px; padding: 0 0 1px 0; } |