aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.20
diff options
context:
space:
mode:
authorHorst31802016-03-09 19:53:13 +0100
committerHorst31802016-03-09 19:53:13 +0100
commitf056240b29e2b45af72663af2c203bf9b88bcec4 (patch)
treef2f308a31d442b91a5b5501c548b0d4f49f0da25 /common/gtk-3.0/3.20
parentde5eae0ec73f87c76aa155b73fd2fe608bf75a47 (diff)
downloadsolarc-theme-f056240b29e2b45af72663af2c203bf9b88bcec4.tar.gz
solarc-theme-f056240b29e2b45af72663af2c203bf9b88bcec4.tar.xz
solarc-theme-f056240b29e2b45af72663af2c203bf9b88bcec4.zip
fix nautilus searchbar
Diffstat (limited to 'common/gtk-3.0/3.20')
-rw-r--r--common/gtk-3.0/3.20/gtk-dark.css6
-rw-r--r--common/gtk-3.0/3.20/gtk-darker.css6
-rw-r--r--common/gtk-3.0/3.20/gtk-solid-dark.css6
-rw-r--r--common/gtk-3.0/3.20/gtk-solid-darker.css6
-rw-r--r--common/gtk-3.0/3.20/gtk-solid.css6
-rw-r--r--common/gtk-3.0/3.20/gtk.css6
-rw-r--r--common/gtk-3.0/3.20/sass/_applications.scss7
7 files changed, 28 insertions, 15 deletions
diff --git a/common/gtk-3.0/3.20/gtk-dark.css b/common/gtk-3.0/3.20/gtk-dark.css
index 76d3b65..bbc4fee 100644
--- a/common/gtk-3.0/3.20/gtk-dark.css
+++ b/common/gtk-3.0/3.20/gtk-dark.css
@@ -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 {
diff --git a/common/gtk-3.0/3.20/gtk-darker.css b/common/gtk-3.0/3.20/gtk-darker.css
index 3105645..230f506 100644
--- a/common/gtk-3.0/3.20/gtk-darker.css
+++ b/common/gtk-3.0/3.20/gtk-darker.css
@@ -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 {
diff --git a/common/gtk-3.0/3.20/gtk-solid-dark.css b/common/gtk-3.0/3.20/gtk-solid-dark.css
index fe9e4c5..11d3756 100644
--- a/common/gtk-3.0/3.20/gtk-solid-dark.css
+++ b/common/gtk-3.0/3.20/gtk-solid-dark.css
@@ -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 {
diff --git a/common/gtk-3.0/3.20/gtk-solid-darker.css b/common/gtk-3.0/3.20/gtk-solid-darker.css
index da77e21..cf53a35 100644
--- a/common/gtk-3.0/3.20/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.20/gtk-solid-darker.css
@@ -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 {
diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css
index 512312a..e717f54 100644
--- a/common/gtk-3.0/3.20/gtk-solid.css
+++ b/common/gtk-3.0/3.20/gtk-solid.css
@@ -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 {
diff --git a/common/gtk-3.0/3.20/gtk.css b/common/gtk-3.0/3.20/gtk.css
index 4547d7b..4aacb66 100644
--- a/common/gtk-3.0/3.20/gtk.css
+++ b/common/gtk-3.0/3.20/gtk.css
@@ -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 {
diff --git a/common/gtk-3.0/3.20/sass/_applications.scss b/common/gtk-3.0/3.20/sass/_applications.scss
index 01315ce..90c29e0 100644
--- a/common/gtk-3.0/3.20/sass/_applications.scss
+++ b/common/gtk-3.0/3.20/sass/_applications.scss
@@ -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,