diff options
Diffstat (limited to 'common/gnome-shell/3.14/gnome-shell-dark.css')
-rw-r--r-- | common/gnome-shell/3.14/gnome-shell-dark.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/gnome-shell/3.14/gnome-shell-dark.css b/common/gnome-shell/3.14/gnome-shell-dark.css index 4a0de9c..733c9e8 100644 --- a/common/gnome-shell/3.14/gnome-shell-dark.css +++ b/common/gnome-shell/3.14/gnome-shell-dark.css @@ -256,7 +256,8 @@ StScrollBar { padding-bottom: 0; height: 30px; } .modal-dialog .run-dialog-entry { - width: 21em; } + width: 21em; + caret-color: #D3DAE3; } .modal-dialog .run-dialog-error-box { padding-top: 5px; spacing: 5px; } |