[gnome-themes-standard] Theme progressbars as per the mockups



commit 6add7ec871caa8aacb9f1a6b437555d5206924f1
Author: Carlos Garnacho <carlosg gnome org>
Date:   Wed Jan 19 04:39:40 2011 +0100

    Theme progressbars as per the mockups

 themes/Adwaita/gtk-3.0/gtk.css |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk.css b/themes/Adwaita/gtk-3.0/gtk.css
index f81eae5..a05b3bf 100644
--- a/themes/Adwaita/gtk-3.0/gtk.css
+++ b/themes/Adwaita/gtk-3.0/gtk.css
@@ -374,10 +374,23 @@ GtkRadioButton:selected {
     color: shade (#d3d7cf, 0.9);
 }
 
+.trough {
+    border-width: 1;
+    border-style: solid;
+    border-color: #b8beb1;
+    background-image: -gtk-gradient (linear,
+                                     left top, left bottom,
+                                     from (#ccccc7),
+                                     to (#e4e4e1));
+}
 
 .progressbar {
     padding: 0;
     border-radius: 3;
+    background-color: @selected_bg_color;
+    border-style: solid;
+    border-color: darker (@selected_bg_color);
+    color: @selected_fg_color;
 }
 
 column-header {



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