diff options
author | raveit65 <[email protected]> | 2015-08-14 20:25:03 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-14 20:25:03 +0200 |
commit | a54896841b8b8d36f294f0259619f9bf527cd52b (patch) | |
tree | f95cb14532a977c4de366a2babd640302028eb66 | |
parent | eb478aa35b3697aaf9cb3f09aa44f58990b9467f (diff) | |
download | mate-themes-a54896841b8b8d36f294f0259619f9bf527cd52b.tar.bz2 mate-themes-a54896841b8b8d36f294f0259619f9bf527cd52b.tar.xz |
GTK3 ContrastHighInverse: fix width of progressbar, broken in gtk+-3.14
-rw-r--r-- | desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css | 7 |
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; |