From 6962be56b3a6d86248230a40ae535dcda5d4c278 Mon Sep 17 00:00:00 2001 From: Manuel QuiƱones Date: Mon, 07 Jan 2013 19:23:07 +0000 Subject: Style CellRendererProgress - #3812 Make them similar to the progress bars inside entries, like Browse URL entry. Signed-off-by: Manuel QuiƱones Acked-by: Simon Schampijer --- 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, -- cgit v0.9.1