1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-09-28 14:00:44 +00:00

fix nautilus searchbar

This commit is contained in:
Horst3180 2016-03-09 19:53:13 +01:00
parent de5eae0ec7
commit f056240b29
7 changed files with 28 additions and 15 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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