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 Manuel Quiñones <manuq@laptop.org>2012-12-17 15:17:55 (GMT)
commit2b41125e29208f4d5a88cd179d28d8bbb25d0e83 (patch)
tree6cdfa158e15c20465207a9d5495ae5ce6b5a8523
parent63c54ac0f8ce1bc7d815014f98a8c7bbbda24342 (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>
-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 4163fe9..16149fa 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -774,19 +774,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;
}