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:
Diffstat (limited to 'gtk3/theme/gtk-widgets.css.em')
-rw-r--r--gtk3/theme/gtk-widgets.css.em29
1 files changed, 28 insertions, 1 deletions
diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
index ba3c941..24a4c17 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -110,6 +110,9 @@ icon_large = icon_base * 5
-GtkCheckButton-indicator-size: $radio_size;
-GtkCheckButton-indicator-spacing: 3;
+
+ -GtkWidget-text-handle-width: 84px;
+ -GtkWidget-text-handle-height: 84px;
}
/* Backgrounds and windows */
@@ -685,4 +688,28 @@ GtkImage {
SugarFrameWindow.background {
background-color: @toolbar_grey;
-} \ No newline at end of file
+}
+
+/* Text cursor handles */
+
+.cursor-handle.top,
+.cursor-handle.bottom {
+ background-color: transparent;
+ box-shadow: none;
+ border-style: none;
+ border-image: none;
+ border-radius: 0px;
+ border-width: 0px;
+}
+
+.cursor-handle.bottom {
+ background-image: url("assets/cursor-handle-bottom.svg");
+}
+
+.cursor-handle.top {
+ background-image: url("assets/cursor-handle-top.svg");
+}
+
+.cursor-handle.insert-cursor {
+ background-image: url("assets/cursor-handle-insert.svg");
+}