Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel QuiƱones <manuq@laptop.org>2013-01-07 19:23:07 (GMT)
committer Ajay Garg <ajay@activitycentral.com>2013-01-18 08:52:18 (GMT)
commit0565c5d776c252701eb9126de6188957c494ec61 (patch)
tree104a9772a9c96bc891e1697e26c569472a6474ef
parent83e13ca9aa7b6e4fa116c11a014d8072ae38e469 (diff)
Style CellRendererProgress - #3812
Make them similar to the progress bars inside entries, like Browse URL entry. Signed-off-by: Manuel QuiƱones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org> Signed-off-by: Ajay Garg <ajay@activitycentral.com>
-rw-r--r--gtk3/theme/gtk-widgets.css.em17
1 files changed, 17 insertions, 0 deletions
diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
index 94dceda..2ae1592 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -817,6 +817,23 @@ SugarKeepIcon.button.toggle-press {
background-color: @zoom_views_active;
}
+/* CellRendererProgress */
+
+.cell.progressbar, .cell.trough {
+ border-style: solid;
+ border-width: $(thickness)px;
+ border-color: @selection_grey;
+ border-radius: $(2*subcell_size)px;
+}
+
+.cell.progressbar {
+ background-color: @white;
+}
+
+.cell.trough {
+ background-color: @text_field_grey;
+}
+
/* Text cursor handles */
.cursor-handle.top,