summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css17
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
**********************/