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:47:34 +0200
commit945622cd4e80175bed4479273378eebc51a1ef8f (patch)
tree4c467e2bd9e1fa749b43ef3ebdc4b3c867e483d6 /desktop-themes/ContrastHigh
parent004b26af2c74672a07e134abe2ce874d49a8d2b5 (diff)
downloadmate-themes-945622cd4e80175bed4479273378eebc51a1ef8f.tar.bz2
mate-themes-945622cd4e80175bed4479273378eebc51a1ef8f.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 05be1473..2c4ea5dd 100644
--- a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
@@ -544,6 +544,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;