From 8ea9b6922713cc5d2668edc212c39e62d6859d27 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Thu, 17 Sep 2015 00:45:17 +0200 Subject: gnome-shell 3.14: fix run dialog entry cursor --- common/gnome-shell/3.14/sass/_common.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'common/gnome-shell/3.14/sass') diff --git a/common/gnome-shell/3.14/sass/_common.scss b/common/gnome-shell/3.14/sass/_common.scss index 5d56a02..63e239e 100644 --- a/common/gnome-shell/3.14/sass/_common.scss +++ b/common/gnome-shell/3.14/sass/_common.scss @@ -256,7 +256,10 @@ StScrollBar { } } - .run-dialog-entry { width: 21em;} + .run-dialog-entry { + width: 21em; + caret-color: $fg_color; + } .run-dialog-error-box { padding-top: 5px; spacing: 5px; -- cgit v1.2.3