summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-08-14 20:25:03 +0200
committerraveit65 <[email protected]>2015-08-14 20:26:02 +0200
commit028e95931cc728cfb2453d2c535a4ba5c74aeca0 (patch)
tree3d0dffa1e6b24fa8d4738218d3a13672604898be /desktop-themes
parent913ed5041743630d30825363e3d5cbb429d645ce (diff)
downloadmate-themes-028e95931cc728cfb2453d2c535a4ba5c74aeca0.tar.bz2
mate-themes-028e95931cc728cfb2453d2c535a4ba5c74aeca0.tar.xz
GTK3 ContrastHighInverse: fix width of progressbar, broken in gtk+-3.14
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css
index 43de508a..0bccd54c 100644
--- a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css
@@ -477,6 +477,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;