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-12-13 21:47:37 (GMT)
committer Ajay Garg <ajay@activitycentral.com>2012-12-18 05:24:46 (GMT)
commit26f035915035ac9521bd377377390d18ab4dfef1 (patch)
tree1e692a68033d575dee8821e3fa1801d6b832dd63
parent16570676bc6882880d765605f58fde25c48274aa (diff)
Journal Details View: Style KeepIcon - SL #4304
Subscribe the KeepIcon to the same rules as the CanvasIcon. Signed-off-by: Manuel QuiƱones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org> Signed-off-by: Ajay Garg <ajay@activitycentral.com>
-rw-r--r--gtk3/theme/gtk-widgets.css.em9
1 files changed, 6 insertions, 3 deletions
diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
index 34b518a..94dceda 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -779,19 +779,22 @@ SugarFrameWindow {
/* Sugar Canvas icon */
-SugarCanvasIcon {
+SugarCanvasIcon,
+SugarKeepIcon.button {
border-color: transparent;
border-radius: $(4 * thickness)px;
border-width: 2px;
border-style: solid;
}
-SugarCanvasIcon:prelight {
+SugarCanvasIcon:prelight,
+SugarKeepIcon.button:prelight {
border-color: @zoom_views_prelight;
background-color: @zoom_views_prelight;
}
-SugarCanvasIcon:active {
+SugarCanvasIcon:active,
+SugarKeepIcon.button.toggle-press {
border-color: @zoom_views_active;
background-color: @zoom_views_active;
}