diff options
author | Wolfgang Ulbrich <[email protected]> | 2016-02-15 10:34:56 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2016-02-15 10:34:56 +0100 |
commit | b9c2a6770d184ee9796ba95db6e2c370c2810b88 (patch) | |
tree | 52e16efb6eef2c8eedce316eb3f59f1321043b2d /desktop-themes/BlueMenta | |
parent | e6117a5b03c41eae1c13f157639fb2c05a489e61 (diff) | |
download | mate-themes-b9c2a6770d184ee9796ba95db6e2c370c2810b88.tar.bz2 mate-themes-b9c2a6770d184ee9796ba95db6e2c370c2810b88.tar.xz |
GTK+-3.20 BlueMenta: use min-{height/wight} for progressbars
Diffstat (limited to 'desktop-themes/BlueMenta')
-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 { |