summaryrefslogtreecommitdiff
path: root/desktop-themes/ContrastHigh
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-08-14 11:45:45 +0200
committerraveit65 <[email protected]>2015-08-14 11:45:45 +0200
commit450b34cda22d69d3f2546510ed12dee3926091d5 (patch)
tree521b3e0f8d37f71f2ff317d1d798b9ac1936003d /desktop-themes/ContrastHigh
parente17c10bddc63eb8ef17081b6cf12bb5d56f12bd4 (diff)
downloadmate-themes-450b34cda22d69d3f2546510ed12dee3926091d5.tar.bz2
mate-themes-450b34cda22d69d3f2546510ed12dee3926091d5.tar.xz
GTK3 ContrastHigh: fix width of progressbar, broken in gtk+-3.14
Diffstat (limited to 'desktop-themes/ContrastHigh')
-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 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;