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>2012-10-02 02:56:33 (GMT)
committer Manuel Quiñones <manuq@laptop.org>2012-10-02 02:56:33 (GMT)
commit17d205eb7e2c900f4488490cb7cf393f27ab5c71 (patch)
tree505a60883292c0569cda0cd7003bf8d518cb6389
parent8b46c6d15a04a8104cb499ea235f00461070558e (diff)
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 <manuq@laptop.org>
-rw-r--r--gtk3/theme/gtk-widgets.css.em9
1 files changed, 9 insertions, 0 deletions
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,