[gnome-themes-standard/wip/gd-activity-on-icons] gtk3: Theme progress bar inside GtkIconView's cells



commit 1e79b89378cdb7d78884c5f5659e39745ef24bcd
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Sat Jun 15 04:50:36 2013 +0300

    gtk3: Theme progress bar inside GtkIconView's cells

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 3e64794..9122a93 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -3733,6 +3733,22 @@ GtkIconView.content-view.cell.check:active {
     background-color: transparent;
 }
 
+GtkIconView.content-view.cell.trough {
+    background-color: #f4f4f4;
+    border-radius: 3px;
+    border-width: 1px;
+    border-style: inset;
+    border-color: shade(@borders, 0.9);
+    box-shadow: inset 1px 2px alpha(@theme_selected_bg_color, 0.1),
+                inset 1px 1px alpha(@theme_selected_bg_color, 0.1),
+                inset -1px -1px alpha(@theme_selected_bg_color, 0.2);
+}
+
+GtkIconView.content-view.cell.progressbar {
+    color: #4d7db6;
+    background-color: #4d7db6;
+}
+
 .content-view.view.check,
 .content-view.view.check:active {
     background-color: transparent;


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