From 4407261bafef10973ef2ff3af0a598bbe0f8d7a6 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 27 Oct 2013 15:04:19 +0100 Subject: ContrastHigh: add theming for OSD progressbar As seen in Epiphany and gnome-online-accounts. --- desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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 **********************/ -- cgit v1.2.1