[gnome-builder/wip/chergert/perspective] style: workaround progressbar.osd changes



commit 5d211cd195504e048de1d0f86291943d468ad193
Author: Christian Hergert <chergert redhat com>
Date:   Fri Dec 4 00:08:58 2015 -0800

    style: workaround progressbar.osd changes

 data/theme/shared.css |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/data/theme/shared.css b/data/theme/shared.css
index 21dc60a..b278b50 100644
--- a/data/theme/shared.css
+++ b/data/theme/shared.css
@@ -152,3 +152,15 @@ genesisperspective > stack > box > frame > list > row {
 genesisperspective > stack > box > frame > list > row:last-child {
   border-bottom: none;
 }
+
+
+progressbar.osd trough {
+  background-image: none;
+  background: transparent;
+  border-style: none;
+  border-radius: 0;
+}
+progressbar.osd progress {
+  border-style: none;
+  border-radius: 0;
+}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]