style search box on the sidebar

This commit is contained in:
Sai Kurogetsu 2017-12-17 01:06:36 +00:00
parent 9b8ba1683a
commit 292cf98cb0
1 changed files with 6 additions and 0 deletions

View File

@ -421,3 +421,9 @@ tab[selected] {
.tabbrowser-tab[style^="max-width: 100px !important;"]:not([pinned]):not([fadein]) {
max-width: .1px !important;
}
/* Sidebar */
#search-box {
box-shadow: var(--gnome-urlbar-box-shadow) !important;
height: var(--gnome-urlbar-height);
}