From d23b98c86117563c71ef583ce4137e548863ea62 Mon Sep 17 00:00:00 2001 From: Manuel QuiƱones Date: Wed, 17 Oct 2012 12:47:15 +0000 Subject: Style CellRendererIcon prelight and active state - SL #3989 Use the same styling as the canvas icons. 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 0e073d4..6758b95 100644 --- a/gtk3/theme/gtk-widgets.css.em +++ b/gtk3/theme/gtk-widgets.css.em @@ -758,6 +758,24 @@ SugarCanvasIcon:active { background-color: @zoom_views_active; } +/* Sugar CellRenderer Icons */ + +.cell.sugar-icon-cell { + background-color: transparent; + border-radius: $(4 * thickness)px; + border-color: @white; + border-width: $(thickness)px; + border-style: solid; +} + +.cell.sugar-icon-cell:prelight { + background-color: @zoom_views_prelight; +} + +.cell.sugar-icon-cell:active { + background-color: @zoom_views_active; +} + /* Text cursor handles */ .cursor-handle.top, -- cgit v0.9.1