summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-08-14 11:45:45 +0200
committerraveit65 <[email protected]>2015-08-14 11:47:57 +0200
commit7c8ab705f78f8a63a42b4c497a16c7e454dc3e0a (patch)
tree77d30d1775e624d474e0d0a9ec0c8b0511d049d3 /desktop-themes
parent5c551a9e2c41e13f6961afe614ae3be8f53d42d3 (diff)
downloadmate-themes-7c8ab705f78f8a63a42b4c497a16c7e454dc3e0a.tar.bz2
mate-themes-7c8ab705f78f8a63a42b4c497a16c7e454dc3e0a.tar.xz
GTK3 ContrastHigh: fix width of progressbar, broken in gtk+-3.14
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
index bb27e70a..f4c47dd8 100644
--- a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
@@ -483,6 +483,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;