[Search] Search menu & display tweaks
Clicking on names of options in the search menu will now toggle the checkboxes. The filter options display now says when no filters are selected. Slightly moved the search menu to the left.
This commit is contained in:
@@ -146,7 +146,7 @@
|
||||
.search-menu-holder {
|
||||
float: right;
|
||||
margin-top: $textInputHeight - 2px;
|
||||
left: -25px;
|
||||
left: -50px;
|
||||
|
||||
.search-menu {
|
||||
border-top: 0;
|
||||
@@ -202,7 +202,7 @@
|
||||
.search-menu-holder:after {
|
||||
position: absolute;
|
||||
top: -6px;
|
||||
left: 10px;
|
||||
left: 35px;
|
||||
display: inline-block;
|
||||
border-right: 6px solid transparent;
|
||||
//border-bottom: 6px solid white;
|
||||
|
||||
Reference in New Issue
Block a user