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-10 19:26:03 (GMT)
committer Manuel Quiñones <manuq@laptop.org>2012-10-15 19:53:39 (GMT)
commit6f5d6c9bede919aad4f489c3ff17938aa075c85f (patch)
treea86d23e540b18a1963763c8a8f211f5f480cf5c6
parentef47e321a773379542845bd58bcd673171e39740 (diff)
Move styles from SugarActivityIcon to SugarCanvasIcon - SL #3989
This is because of the generalization made in the toolkit that will allow to style other icons like the activity icons in the home favourites view. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
-rw-r--r--gtk3/theme/gtk-widgets.css.em8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
index 7eb159e..58c414a 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -690,21 +690,21 @@ SugarFrameWindow {
background-color: @toolbar_grey;
}
-/* Sugar Favorite Activity icon */
+/* Sugar Canvas icon */
-SugarFavoriteActivityIcon {
+SugarCanvasIcon {
border-color: transparent;
border-radius: $(4 * thickness)px;
border-width: 2px;
border-style: solid;
}
-SugarFavoriteActivityIcon:prelight {
+SugarCanvasIcon:prelight {
border-color: @zoom_views_prelight;
background-color: @zoom_views_prelight;
}
-SugarFavoriteActivityIcon:active {
+SugarCanvasIcon:active {
border-color: @zoom_views_active;
background-color: @zoom_views_active;
}