From 450b34cda22d69d3f2546510ed12dee3926091d5 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 14 Aug 2015 11:45:45 +0200 Subject: GTK3 ContrastHigh: fix width of progressbar, broken in gtk+-3.14 --- desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'desktop-themes/ContrastHigh') 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; -- cgit v1.2.1