mirror of
https://github.com/horst3180/arc-theme.git
synced 2026-03-02 03:40:11 +00:00
gnome-shell 3.14: fix run dialog entry cursor
This commit is contained in:
@@ -256,7 +256,8 @@ StScrollBar {
|
|||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
height: 30px; }
|
height: 30px; }
|
||||||
.modal-dialog .run-dialog-entry {
|
.modal-dialog .run-dialog-entry {
|
||||||
width: 21em; }
|
width: 21em;
|
||||||
|
caret-color: #D3DAE3; }
|
||||||
.modal-dialog .run-dialog-error-box {
|
.modal-dialog .run-dialog-error-box {
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
spacing: 5px; }
|
spacing: 5px; }
|
||||||
|
|||||||
@@ -256,7 +256,8 @@ StScrollBar {
|
|||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
height: 30px; }
|
height: 30px; }
|
||||||
.modal-dialog .run-dialog-entry {
|
.modal-dialog .run-dialog-entry {
|
||||||
width: 21em; }
|
width: 21em;
|
||||||
|
caret-color: #5c616c; }
|
||||||
.modal-dialog .run-dialog-error-box {
|
.modal-dialog .run-dialog-error-box {
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
spacing: 5px; }
|
spacing: 5px; }
|
||||||
|
|||||||
@@ -256,7 +256,10 @@ StScrollBar {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.run-dialog-entry { width: 21em;}
|
.run-dialog-entry {
|
||||||
|
width: 21em;
|
||||||
|
caret-color: $fg_color;
|
||||||
|
}
|
||||||
.run-dialog-error-box {
|
.run-dialog-error-box {
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
spacing: 5px;
|
spacing: 5px;
|
||||||
|
|||||||
Reference in New Issue
Block a user