summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOkTest
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-08-14 00:59:25 +0200
committerraveit65 <[email protected]>2015-08-14 00:59:25 +0200
commitffc25a8af5084fa5b25e722ecf9741d8ef7cef73 (patch)
tree4ac85f0d0de61a26849da93bdb903b91170f801b /desktop-themes/TraditionalOkTest
parent0fcda70e8362d85fce9df6d7c0fef4d675209edf (diff)
downloadmate-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/TraditionalOkTest')
-rw-r--r--desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css
index a9fa5e59..5549975e 100644
--- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOkTest/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;
}