[Sugar-devel] [PATCH artwork] Style prelight state of favorite activity icon - SL #3894

Manuel Quiñones manuq at laptop.org
Mon Oct 1 23:00:27 EDT 2012


Set a border with the appearence as the shell code was doing before.

Signed-off-by: Manuel Quiñones <manuq at laptop.org>
---
 gtk3/theme/gtk-widgets.css.em | 9 +++++++++
 1 file changed, 9 insertions(+)

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,
-- 
1.7.11.4



More information about the Sugar-devel mailing list