Use search-bar styling for the nautilus query editor
parent
7484b77c7d
commit
379ce1759a
|
@ -131,7 +131,7 @@ NautilusNotebook .frame {
|
|||
border-width: 0;
|
||||
}
|
||||
|
||||
NautilusQueryEditor .primary-toolbar.toolbar {
|
||||
NautilusQueryEditor .search-bar.toolbar {
|
||||
border-top-width: 0;
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
|
@ -150,7 +150,7 @@ NautilusQueryEditor .toolbar:nth-child(2) {
|
|||
}
|
||||
|
||||
NautilusQueryEditor .toolbar:last-child,
|
||||
NautilusQueryEditor .primary-toolbar.toolbar:only-child {
|
||||
NautilusQueryEditor .search-bar.toolbar:only-child {
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-color: shade(@toolbar_bg_color, 0.8);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue