summaryrefslogtreecommitdiff
path: root/desktop-themes/ContrastHighInverse/gtk-3.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-08-14 20:25:03 +0200
committerraveit65 <[email protected]>2015-08-14 20:25:03 +0200
commita54896841b8b8d36f294f0259619f9bf527cd52b (patch)
treef95cb14532a977c4de366a2babd640302028eb66 /desktop-themes/ContrastHighInverse/gtk-3.0
parenteb478aa35b3697aaf9cb3f09aa44f58990b9467f (diff)
downloadmate-themes-a54896841b8b8d36f294f0259619f9bf527cd52b.tar.bz2
mate-themes-a54896841b8b8d36f294f0259619f9bf527cd52b.tar.xz
GTK3 ContrastHighInverse: fix width of progressbar, broken in gtk+-3.14
Diffstat (limited to 'desktop-themes/ContrastHighInverse/gtk-3.0')
-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 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;