move filter to top

This commit is contained in:
Nazar Kanaev
2020-08-19 12:43:08 +01:00
parent 3b975bae47
commit 7981f696fe
3 changed files with 35 additions and 35 deletions

View File

@@ -446,7 +446,8 @@ select.form-control:not([multiple]):not([size]) {
/* theme: light */
a,
.btn-link:hover {
.btn-link:hover,
.toolbar-item.active {
color: #0080d4;
}