File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
common/gnome-shell/3.36/sass Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -2473,6 +2473,25 @@ StScrollBar {
24732473 border : none ;
24742474 background-color : transparent ;
24752475
2476+ St Entry {
2477+ caret-color : $selected_fg_color ;
2478+ selection-background-color : $selected_bg_color ;
2479+ selected-color : $selected_fg_color ;
2480+
2481+ @include entry (osd);
2482+
2483+ St Label .hint-text { color : transparentize ($osd_fg_color , 0.3 ); }
2484+
2485+ & :focus {
2486+ selection-background-color : $selected_fg_color ;
2487+ selected-color : $selected_bg_color ;
2488+
2489+ @include entry (osd- focus);
2490+
2491+ St Label .hint-text { color : transparentize ($selected_fg_color , 0.3 ); }
2492+ }
2493+ }
2494+
24762495 .modal-dialog-button-box { spacing : 3px ; }
24772496 .modal-dialog-button {
24782497 padding : 3px 18px ;
You can’t perform that action at this time.
0 commit comments