fix nautilus searchbar

pull/463/head
Horst3180 9 years ago
parent de5eae0ec7
commit f056240b29

@ -2785,8 +2785,10 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
color: #dceaf9; } color: #dceaf9; }
.nautilus-window searchbar { .nautilus-window searchbar {
border-color: transparent; border-top: 1px solid #2b2e39; }
box-shadow: inset 0 -1px #2b2e39; }
.nautilus-window .searchbar-container {
margin-top: -1px; }
.nautilus-window notebook, .nautilus-window notebook,
.nautilus-window notebook > stack:not(:only-child) searchbar { .nautilus-window notebook > stack:not(:only-child) searchbar {

@ -2784,8 +2784,10 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
color: #dceaf9; } color: #dceaf9; }
.nautilus-window searchbar { .nautilus-window searchbar {
border-color: transparent; border-top: 1px solid #dcdfe3; }
box-shadow: inset 0 -1px #dcdfe3; }
.nautilus-window .searchbar-container {
margin-top: -1px; }
.nautilus-window notebook, .nautilus-window notebook,
.nautilus-window notebook > stack:not(:only-child) searchbar { .nautilus-window notebook > stack:not(:only-child) searchbar {

@ -2785,8 +2785,10 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
color: #dceaf9; } color: #dceaf9; }
.nautilus-window searchbar { .nautilus-window searchbar {
border-color: transparent; border-top: 1px solid #2b2e39; }
box-shadow: inset 0 -1px #2b2e39; }
.nautilus-window .searchbar-container {
margin-top: -1px; }
.nautilus-window notebook, .nautilus-window notebook,
.nautilus-window notebook > stack:not(:only-child) searchbar { .nautilus-window notebook > stack:not(:only-child) searchbar {

@ -2784,8 +2784,10 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
color: #dceaf9; } color: #dceaf9; }
.nautilus-window searchbar { .nautilus-window searchbar {
border-color: transparent; border-top: 1px solid #dcdfe3; }
box-shadow: inset 0 -1px #dcdfe3; }
.nautilus-window .searchbar-container {
margin-top: -1px; }
.nautilus-window notebook, .nautilus-window notebook,
.nautilus-window notebook > stack:not(:only-child) searchbar { .nautilus-window notebook > stack:not(:only-child) searchbar {

@ -2788,8 +2788,10 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
color: #dceaf9; } color: #dceaf9; }
.nautilus-window searchbar { .nautilus-window searchbar {
border-color: transparent; border-top: 1px solid #dcdfe3; }
box-shadow: inset 0 -1px #dcdfe3; }
.nautilus-window .searchbar-container {
margin-top: -1px; }
.nautilus-window notebook, .nautilus-window notebook,
.nautilus-window notebook > stack:not(:only-child) searchbar { .nautilus-window notebook > stack:not(:only-child) searchbar {

@ -2788,8 +2788,10 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
color: #dceaf9; } color: #dceaf9; }
.nautilus-window searchbar { .nautilus-window searchbar {
border-color: transparent; border-top: 1px solid #dcdfe3; }
box-shadow: inset 0 -1px #dcdfe3; }
.nautilus-window .searchbar-container {
margin-top: -1px; }
.nautilus-window notebook, .nautilus-window notebook,
.nautilus-window notebook > stack:not(:only-child) searchbar { .nautilus-window notebook > stack:not(:only-child) searchbar {

@ -88,10 +88,11 @@
&:selected, &:selected:focus { color: mix($selected_fg_color, $selected_bg_color, 80%); } &: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 // 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, .nautilus-window notebook,

Loading…
Cancel
Save