1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-10-27 19:04:02 +00:00

tweak nautilus searchbar

This commit is contained in:
Horst3180 2016-03-03 16:55:05 +01:00
parent 865b98f659
commit acdba71700
8 changed files with 43 additions and 64 deletions

View File

@ -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; }

View File

@ -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; }

View File

@ -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; }

View File

@ -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; }

View File

@ -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; }

View File

@ -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; }

View File

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

View File

@ -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;
}
}