tweak nautilus searchbar

pull/463/head
Horst3180 8 years ago
parent 865b98f659
commit acdba71700

@ -2763,11 +2763,12 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
.nautilus-list-dim-label:selected:focus {
color: #dceaf9; }
.nautilus-window .search-bar {
padding: 5px;
box-shadow: none;
background-color: #404552;
border-bottom: 1px solid #2b2e39; }
.nautilus-window searchbar {
border-color: transparent;
box-shadow: inset 0 -1px #2b2e39; }
.nautilus-window notebook > stack:not(:only-child) searchbar {
background-color: #404552; }
.nautilus-window notebook {
background-color: #404552; }
@ -3514,10 +3515,6 @@ GtkListBox .h4 {
.nautilus-window button.sidebar-button:not(:hover):not(:active) > image {
opacity: 0.5; }
.nautilus-window searchbar {
border-color: transparent;
box-shadow: inset 0 -1px #2b2e39; }
.gedit-bottom-panel-paned {
background-color: #404552; }

@ -2762,11 +2762,12 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
.nautilus-list-dim-label:selected:focus {
color: #dceaf9; }
.nautilus-window .search-bar {
padding: 5px;
box-shadow: none;
background-color: #ffffff;
border-bottom: 1px solid #dcdfe3; }
.nautilus-window searchbar {
border-color: transparent;
box-shadow: inset 0 -1px #dcdfe3; }
.nautilus-window notebook > stack:not(:only-child) searchbar {
background-color: #ffffff; }
.nautilus-window notebook {
background-color: #ffffff; }
@ -3513,10 +3514,6 @@ GtkListBox .h4 {
.nautilus-window button.sidebar-button:not(:hover):not(:active) > image {
opacity: 0.5; }
.nautilus-window searchbar {
border-color: transparent;
box-shadow: inset 0 -1px #dcdfe3; }
.gedit-bottom-panel-paned {
background-color: #ffffff; }

@ -2763,11 +2763,12 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
.nautilus-list-dim-label:selected:focus {
color: #dceaf9; }
.nautilus-window .search-bar {
padding: 5px;
box-shadow: none;
background-color: #404552;
border-bottom: 1px solid #2b2e39; }
.nautilus-window searchbar {
border-color: transparent;
box-shadow: inset 0 -1px #2b2e39; }
.nautilus-window notebook > stack:not(:only-child) searchbar {
background-color: #404552; }
.nautilus-window notebook {
background-color: #404552; }
@ -3514,10 +3515,6 @@ GtkListBox .h4 {
.nautilus-window button.sidebar-button:not(:hover):not(:active) > image {
opacity: 0.5; }
.nautilus-window searchbar {
border-color: transparent;
box-shadow: inset 0 -1px #2b2e39; }
.gedit-bottom-panel-paned {
background-color: #404552; }

@ -2762,11 +2762,12 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
.nautilus-list-dim-label:selected:focus {
color: #dceaf9; }
.nautilus-window .search-bar {
padding: 5px;
box-shadow: none;
background-color: #ffffff;
border-bottom: 1px solid #dcdfe3; }
.nautilus-window searchbar {
border-color: transparent;
box-shadow: inset 0 -1px #dcdfe3; }
.nautilus-window notebook > stack:not(:only-child) searchbar {
background-color: #ffffff; }
.nautilus-window notebook {
background-color: #ffffff; }
@ -3513,10 +3514,6 @@ GtkListBox .h4 {
.nautilus-window button.sidebar-button:not(:hover):not(:active) > image {
opacity: 0.5; }
.nautilus-window searchbar {
border-color: transparent;
box-shadow: inset 0 -1px #dcdfe3; }
.gedit-bottom-panel-paned {
background-color: #ffffff; }

@ -2766,11 +2766,12 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
.nautilus-list-dim-label:selected:focus {
color: #dceaf9; }
.nautilus-window .search-bar {
padding: 5px;
box-shadow: none;
background-color: #ffffff;
border-bottom: 1px solid #dcdfe3; }
.nautilus-window searchbar {
border-color: transparent;
box-shadow: inset 0 -1px #dcdfe3; }
.nautilus-window notebook > stack:not(:only-child) searchbar {
background-color: #ffffff; }
.nautilus-window notebook {
background-color: #ffffff; }
@ -3517,10 +3518,6 @@ GtkListBox .h4 {
.nautilus-window button.sidebar-button:not(:hover):not(:active) > image {
opacity: 0.5; }
.nautilus-window searchbar {
border-color: transparent;
box-shadow: inset 0 -1px #dcdfe3; }
.gedit-bottom-panel-paned {
background-color: #ffffff; }

@ -2766,11 +2766,12 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
.nautilus-list-dim-label:selected:focus {
color: #dceaf9; }
.nautilus-window .search-bar {
padding: 5px;
box-shadow: none;
background-color: #ffffff;
border-bottom: 1px solid #dcdfe3; }
.nautilus-window searchbar {
border-color: transparent;
box-shadow: inset 0 -1px #dcdfe3; }
.nautilus-window notebook > stack:not(:only-child) searchbar {
background-color: #ffffff; }
.nautilus-window notebook {
background-color: #ffffff; }
@ -3517,10 +3518,6 @@ GtkListBox .h4 {
.nautilus-window button.sidebar-button:not(:hover):not(:active) > image {
opacity: 0.5; }
.nautilus-window searchbar {
border-color: transparent;
box-shadow: inset 0 -1px #dcdfe3; }
.gedit-bottom-panel-paned {
background-color: #ffffff; }

@ -110,11 +110,14 @@
&:selected, &:selected:focus { color: mix($selected_fg_color, $selected_bg_color, 80%); }
}
.nautilus-window .search-bar {
padding: 5px;
box-shadow: none;
.nautilus-window searchbar {
// Workaround for https://bugzilla.gnome.org/show_bug.cgi?id=724096
border-color: transparent;
box-shadow: inset 0 -1px $borders_color;
}
.nautilus-window notebook > stack:not(:only-child) searchbar {
background-color: $base_color;
border-bottom: 1px solid $borders_color;
}
.nautilus-window notebook {

@ -54,12 +54,6 @@
&:not(:hover):not(:active) > image { opacity: 0.5 };
}
searchbar {
// Workaround for https://bugzilla.gnome.org/show_bug.cgi?id=724096
border-color: transparent;
box-shadow: inset 0 -1px $borders_color;
}
}

Loading…
Cancel
Save