From 043a580ffcf0edec293a72c4f748537d1be8b204 Mon Sep 17 00:00:00 2001 From: Gary Martin Date: Mon, 15 Oct 2012 00:23:47 +0000 Subject: Improve graphics for the text selection handles - SL #4032 Correct 55x55 unit sized svg touch handles and insertion point assets, and updated .css for 55x55 size. Signed-off-by: Gary Martin Acked-by: Manuel QuiƱones --- (limited to 'gtk3') diff --git a/gtk3/theme/assets/cursor-handle-bottom.svg b/gtk3/theme/assets/cursor-handle-bottom.svg index cfb3a8c..645edc9 100644 --- a/gtk3/theme/assets/cursor-handle-bottom.svg +++ b/gtk3/theme/assets/cursor-handle-bottom.svg @@ -1,67 +1,11 @@ - - - - - - - - - - image/svg+xml - - - - - - - + + + + + + + + + diff --git a/gtk3/theme/assets/cursor-handle-insert.svg b/gtk3/theme/assets/cursor-handle-insert.svg index adc5b7a..350fc61 100644 --- a/gtk3/theme/assets/cursor-handle-insert.svg +++ b/gtk3/theme/assets/cursor-handle-insert.svg @@ -1,67 +1,11 @@ - - - - - - - - - - image/svg+xml - - - - - - - + + + + + + + + + diff --git a/gtk3/theme/assets/cursor-handle-top.svg b/gtk3/theme/assets/cursor-handle-top.svg index b001306..19bfbf3 100644 --- a/gtk3/theme/assets/cursor-handle-top.svg +++ b/gtk3/theme/assets/cursor-handle-top.svg @@ -1,67 +1,11 @@ - - - - - - - - - - image/svg+xml - - - - - - - + + + + + + + + + diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em index 58c414a..58a8933 100644 --- a/gtk3/theme/gtk-widgets.css.em +++ b/gtk3/theme/gtk-widgets.css.em @@ -111,8 +111,8 @@ icon_large = icon_base * 5 -GtkCheckButton-indicator-size: $radio_size; -GtkCheckButton-indicator-spacing: 3; - -GtkWidget-text-handle-width: 84px; - -GtkWidget-text-handle-height: 84px; + -GtkWidget-text-handle-width: 55px; + -GtkWidget-text-handle-height: 55px; } /* Backgrounds and windows */ -- cgit v0.9.1