Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Drake <dsd@laptop.org>2011-10-28 15:47:12 (GMT)
committer Daniel Drake <dsd@laptop.org>2011-10-28 15:47:12 (GMT)
commit694fc32f79ac1ed8a4795eaf98cb0083f95cc329 (patch)
treecddcfafff21bfc2296ee3e0b7bd4c76cc3dc7447
parent7e3ae867cf74c0508391b41b672a1abcb9676b20 (diff)
Add ProgressBar style
-rw-r--r--gtk3/theme/gtk-widgets.css.em16
1 files changed, 16 insertions, 0 deletions
diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
index 51d64f4..b0edbd7 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -385,6 +385,22 @@ SugarPaletteWindow SugarGroupBox *:insensitive {
/* Scrollbar padding hack? What was that about? */
+GtkProgressBar.progressbar {
+ background-color: @white;
+ border-color: @white;
+ border-radius: 10;
+ border-style: solid;
+ border-width: 0;
+}
+
+GtkProgressBar.trough {
+ background-color: alpha (@black, 0.0);
+ border-style: solid;
+ border-radius: 10;
+ border-color: @button_grey;
+ border-width: 2;
+}
+
/*
# hints for the trough padding hacks