1
0
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:
Horst3180
2016-03-30 20:30:06 +02:00
parent 1b58ca05f6
commit 7e7fd197b6
3 changed files with 18 additions and 3 deletions

View File

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