mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2025-06-04 13:13:04 +00:00
update
This commit is contained in:
parent
7250790b8b
commit
481d902d64
@ -2038,6 +2038,12 @@ $pathbar_button_checked_bg: if($variant == 'light', #808080, #b8b8b8);
|
||||
}
|
||||
}
|
||||
|
||||
entry {
|
||||
&, &:focus {
|
||||
background-color: $base_color;
|
||||
}
|
||||
}
|
||||
|
||||
&.separator {
|
||||
min-height: 2px;
|
||||
color: $borders_color;
|
||||
|
@ -788,3 +788,15 @@ frame.view list > row {
|
||||
> image { border-radius: 3px; }
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
// FileZilla
|
||||
//
|
||||
|
||||
window.background:not(.csd) {
|
||||
> box > widget > widget > widget > widget > widget > widget > widget > scrolledwindow {
|
||||
entry:focus {
|
||||
background-color: if($variant == 'light', mix(black, $bg_color, 5%), mix(white, $bg_color, 5%));
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user