From a54896841b8b8d36f294f0259619f9bf527cd52b Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 14 Aug 2015 20:25:03 +0200 Subject: GTK3 ContrastHighInverse: fix width of progressbar, broken in gtk+-3.14 --- desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'desktop-themes/ContrastHighInverse') diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css index 0e812ee6..c5785223 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; -- cgit v1.2.1