diff options
author | raveit65 <[email protected]> | 2015-08-14 00:59:25 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-14 00:59:25 +0200 |
commit | ffc25a8af5084fa5b25e722ecf9741d8ef7cef73 (patch) | |
tree | 4ac85f0d0de61a26849da93bdb903b91170f801b /desktop-themes/TraditionalOk/gtk-3.0 | |
parent | 0fcda70e8362d85fce9df6d7c0fef4d675209edf (diff) | |
download | mate-themes-ffc25a8af5084fa5b25e722ecf9741d8ef7cef73.tar.bz2 mate-themes-ffc25a8af5084fa5b25e722ecf9741d8ef7cef73.tar.xz |
GTK3 traditional themes: fix width of progressbar, broken in gtk+-3.14
Diffstat (limited to 'desktop-themes/TraditionalOk/gtk-3.0')
-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; } |