mirror of
https://github.com/horst3180/arc-theme.git
synced 2026-03-02 03:40:11 +00:00
gnome-shell: fix entries
This commit is contained in:
@@ -81,6 +81,7 @@ stage {
|
||||
StEntry {
|
||||
padding: 7px;
|
||||
caret-size: 1px;
|
||||
caret-color: $fg_color;
|
||||
selection-background-color: $selected_bg_color;
|
||||
selected-color: $selected_fg_color;
|
||||
transition-duration: 300ms;
|
||||
@@ -2302,11 +2303,17 @@ $legacy_icon_size: 24px;
|
||||
.lg-dialog {
|
||||
|
||||
StEntry {
|
||||
caret-color: $selected_fg_color;
|
||||
selection-background-color: $selected_bg_color;
|
||||
selected-color: $selected_fg_color;
|
||||
|
||||
@include entry(osd);
|
||||
&:focus { @include entry(osd-focus); }
|
||||
&:focus {
|
||||
@include entry(osd-focus);
|
||||
|
||||
selection-background-color: $selected_fg_color;
|
||||
selected-color: $selected_bg_color;
|
||||
}
|
||||
}
|
||||
.shell-link {
|
||||
color: $link_color;
|
||||
|
||||
Reference in New Issue
Block a user