diff options
author | Horst3180 | 2016-03-03 16:55:05 +0100 |
---|---|---|
committer | Horst3180 | 2016-03-03 16:55:05 +0100 |
commit | acdba71700a71a7042cab93f8a0649086b34ea40 (patch) | |
tree | 1b244036b39010908d46024433fb59ccce9edb70 /common/gtk-3.0/3.20/gtk.css | |
parent | 865b98f659c4919b1c7b72f51ba7a31425bceceb (diff) | |
download | solarc-theme-acdba71700a71a7042cab93f8a0649086b34ea40.tar.gz solarc-theme-acdba71700a71a7042cab93f8a0649086b34ea40.tar.xz solarc-theme-acdba71700a71a7042cab93f8a0649086b34ea40.zip |
tweak nautilus searchbar
Diffstat (limited to 'common/gtk-3.0/3.20/gtk.css')
-rw-r--r-- | common/gtk-3.0/3.20/gtk.css | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/common/gtk-3.0/3.20/gtk.css b/common/gtk-3.0/3.20/gtk.css index 3d9ce93..d805ada 100644 --- a/common/gtk-3.0/3.20/gtk.css +++ b/common/gtk-3.0/3.20/gtk.css @@ -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; } |