From 17d205eb7e2c900f4488490cb7cf393f27ab5c71 Mon Sep 17 00:00:00 2001 From: Manuel QuiƱones Date: Tue, 02 Oct 2012 02:56:33 +0000 Subject: Style prelight state of favorite activity icon - SL #3894 Set a border with the appearence as the shell code was doing before. Signed-off-by: Manuel QuiƱones --- diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em index 82d692d..56c8678 100644 --- a/gtk3/theme/gtk-widgets.css.em +++ b/gtk3/theme/gtk-widgets.css.em @@ -689,6 +689,15 @@ SugarFrameWindow { background-color: @toolbar_grey; } +/* Sugar Favorite Activity icon */ + +SugarFavoriteActivityIcon:prelight { + border-color: @selection_grey; + border-radius: $(2 * thickness)px; + border-width: $(thickness)px; + border-style: solid; +} + /* Text cursor handles */ .cursor-handle.top, -- cgit v0.9.1