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-17 12:47:15 (GMT)
committer Manuel Quiñones <manuq@laptop.org>2012-10-30 14:17:02 (GMT)
commitd23b98c86117563c71ef583ce4137e548863ea62 (patch)
tree2459a6202efa45bc0631bf7ea344f2979eaaa032
parent15536ad9767232b9eb01926bb6c42bb76f21326e (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>
-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,