diff options
author | Wolfgang Ulbrich <[email protected]> | 2016-02-15 10:34:56 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2016-02-15 10:35:57 +0100 |
commit | ee75877ffa832b510ff6b1882443345412fbf467 (patch) | |
tree | 52e16efb6eef2c8eedce316eb3f59f1321043b2d /desktop-themes/BlueMenta/gtk-3.0 | |
parent | 4b6e5c58666ab2d40771e7b8d4b70165f98cc30f (diff) | |
download | mate-themes-ee75877ffa832b510ff6b1882443345412fbf467.tar.bz2 mate-themes-ee75877ffa832b510ff6b1882443345412fbf467.tar.xz |
GTK+-3.20 BlueMenta: use min-{height/wight} for progressbars
Diffstat (limited to 'desktop-themes/BlueMenta/gtk-3.0')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index 0bb76f0f..d6cb67f0 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -811,6 +811,14 @@ GtkProgressBar { font-size: smaller; } +progressbar.horizontal { + min-height: 16px; +} + +progressbar.vertical { + min-width: 16px; +} + /* progress component */ progressbar.horizontal trough, progressbar.horizontal progress { |