aboutsummaryrefslogtreecommitdiff
path: root/common/gnome-shell/3.14/sass/_common.scss
diff options
context:
space:
mode:
Diffstat (limited to 'common/gnome-shell/3.14/sass/_common.scss')
-rw-r--r--common/gnome-shell/3.14/sass/_common.scss5
1 files changed, 4 insertions, 1 deletions
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;