Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,