Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gtk3/theme/gtk-widgets.css.em
diff options
context:
space:
mode:
authorManuel QuiƱones <manuq@laptop.org>2012-10-17 12:47:15 (GMT)
committer Ajay Garg <ajay@activitycentral.com>2012-11-05 19:15:25 (GMT)
commit871115e34e5683df486a415216a298a9846bb55c (patch)
treeeab8223ed6c476f61924d2a5e9dcc7179642abc5 /gtk3/theme/gtk-widgets.css.em
parentc9e6ccfc3f88645b59aa297f8a0674a202a05438 (diff)
Style CellRendererIcon prelight and active state - SL #3989
Use the same styling as the canvas icons. Signed-off-by: Manuel QuiƱones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org> Signed-off-by: Ajay Garg <ajay@activitycentral.com>
Diffstat (limited to 'gtk3/theme/gtk-widgets.css.em')
-rw-r--r--gtk3/theme/gtk-widgets.css.em18
1 files changed, 18 insertions, 0 deletions
diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
index 0e073d4..6758b95 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -758,6 +758,24 @@ SugarCanvasIcon:active {
background-color: @zoom_views_active;
}
+/* Sugar CellRenderer Icons */
+
+.cell.sugar-icon-cell {
+ background-color: transparent;
+ border-radius: $(4 * thickness)px;
+ border-color: @white;
+ border-width: $(thickness)px;
+ border-style: solid;
+}
+
+.cell.sugar-icon-cell:prelight {
+ background-color: @zoom_views_prelight;
+}
+
+.cell.sugar-icon-cell:active {
+ background-color: @zoom_views_active;
+}
+
/* Text cursor handles */
.cursor-handle.top,