1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-10-27 19:04:02 +00:00

gnome-shell 3.14: fix run dialog entry cursor

This commit is contained in:
Horst3180 2015-09-17 00:45:17 +02:00
parent bcf612534e
commit 8ea9b69227
3 changed files with 8 additions and 3 deletions

View File

@ -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; }

View File

@ -256,7 +256,8 @@ StScrollBar {
padding-bottom: 0;
height: 30px; }
.modal-dialog .run-dialog-entry {
width: 21em; }
width: 21em;
caret-color: #5c616c; }
.modal-dialog .run-dialog-error-box {
padding-top: 5px;
spacing: 5px; }

View File

@ -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;