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 Manuel Quiñones <manuq@laptop.org>2013-01-14 17:58:55 (GMT)
commit6962be56b3a6d86248230a40ae535dcda5d4c278 (patch)
tree66d754fe74fa98f2cbf61a98df9bc33a4e8786c8
parent8e1da32e77ab44e5f0a6e7819271af68138638a7 (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>
-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 16149fa..80ef6af 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -812,6 +812,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,