diff options
author | raveit65 <[email protected]> | 2013-10-27 15:04:19 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2013-10-27 15:04:19 +0100 |
commit | 4407261bafef10973ef2ff3af0a598bbe0f8d7a6 (patch) | |
tree | 9d0571aedbb9f310d4dc4e8453a1840b8ec66dcd /desktop-themes | |
parent | 8d98e347671b051bd0579e17c4b24f06d90792c7 (diff) | |
download | mate-themes-4407261bafef10973ef2ff3af0a598bbe0f8d7a6.tar.bz2 mate-themes-4407261bafef10973ef2ff3af0a598bbe0f8d7a6.tar.xz |
ContrastHigh: add theming for OSD progressbar
As seen in Epiphany and gnome-online-accounts.
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css index 1306c136..349a01d8 100644 --- a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css @@ -1055,6 +1055,23 @@ GtkIconView.view.cell { background-color: @theme_base_color; } +GtkProgressBar.osd { + -GtkProgressBar-min-horizontal-bar-height: 12px; +} + +GtkProgressBar.osd.trough { + padding: 0; + border-radius: 0; + background-color: transparent; + border-style: none; +} + +GtkProgressBar.osd.progressbar { + background-color: @theme_highlight_color; + border-radius: 0; + border-style: none; +} + /********************** * Fallback Mode Panel **********************/ |