mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
fix nautilus searchbar
This commit is contained in:
parent
de5eae0ec7
commit
f056240b29
@ -2785,8 +2785,10 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
||||
color: #dceaf9; }
|
||||
|
||||
.nautilus-window searchbar {
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 -1px #2b2e39; }
|
||||
border-top: 1px solid #2b2e39; }
|
||||
|
||||
.nautilus-window .searchbar-container {
|
||||
margin-top: -1px; }
|
||||
|
||||
.nautilus-window notebook,
|
||||
.nautilus-window notebook > stack:not(:only-child) searchbar {
|
||||
|
@ -2784,8 +2784,10 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
||||
color: #dceaf9; }
|
||||
|
||||
.nautilus-window searchbar {
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 -1px #dcdfe3; }
|
||||
border-top: 1px solid #dcdfe3; }
|
||||
|
||||
.nautilus-window .searchbar-container {
|
||||
margin-top: -1px; }
|
||||
|
||||
.nautilus-window notebook,
|
||||
.nautilus-window notebook > stack:not(:only-child) searchbar {
|
||||
|
@ -2785,8 +2785,10 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
||||
color: #dceaf9; }
|
||||
|
||||
.nautilus-window searchbar {
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 -1px #2b2e39; }
|
||||
border-top: 1px solid #2b2e39; }
|
||||
|
||||
.nautilus-window .searchbar-container {
|
||||
margin-top: -1px; }
|
||||
|
||||
.nautilus-window notebook,
|
||||
.nautilus-window notebook > stack:not(:only-child) searchbar {
|
||||
|
@ -2784,8 +2784,10 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
||||
color: #dceaf9; }
|
||||
|
||||
.nautilus-window searchbar {
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 -1px #dcdfe3; }
|
||||
border-top: 1px solid #dcdfe3; }
|
||||
|
||||
.nautilus-window .searchbar-container {
|
||||
margin-top: -1px; }
|
||||
|
||||
.nautilus-window notebook,
|
||||
.nautilus-window notebook > stack:not(:only-child) searchbar {
|
||||
|
@ -2788,8 +2788,10 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
||||
color: #dceaf9; }
|
||||
|
||||
.nautilus-window searchbar {
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 -1px #dcdfe3; }
|
||||
border-top: 1px solid #dcdfe3; }
|
||||
|
||||
.nautilus-window .searchbar-container {
|
||||
margin-top: -1px; }
|
||||
|
||||
.nautilus-window notebook,
|
||||
.nautilus-window notebook > stack:not(:only-child) searchbar {
|
||||
|
@ -2788,8 +2788,10 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
||||
color: #dceaf9; }
|
||||
|
||||
.nautilus-window searchbar {
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 -1px #dcdfe3; }
|
||||
border-top: 1px solid #dcdfe3; }
|
||||
|
||||
.nautilus-window .searchbar-container {
|
||||
margin-top: -1px; }
|
||||
|
||||
.nautilus-window notebook,
|
||||
.nautilus-window notebook > stack:not(:only-child) searchbar {
|
||||
|
@ -88,10 +88,11 @@
|
||||
&:selected, &:selected:focus { color: mix($selected_fg_color, $selected_bg_color, 80%); }
|
||||
}
|
||||
|
||||
.nautilus-window searchbar {
|
||||
.nautilus-window {
|
||||
// Workaround for https://bugzilla.gnome.org/show_bug.cgi?id=724096
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 -1px $borders_color;
|
||||
|
||||
searchbar { border-top: 1px solid $borders_color; }
|
||||
.searchbar-container { margin-top: -1px; }
|
||||
}
|
||||
|
||||
.nautilus-window notebook,
|
||||
|
Loading…
Reference in New Issue
Block a user