[Search] Checkbox style

Changed the checkboxes to be not blue.
This commit is contained in:
slhale
2015-08-13 16:06:10 -07:00
parent 5726dd0e0c
commit c62e73f863
3 changed files with 67 additions and 44 deletions

View File

@ -32,6 +32,7 @@
margin-top: 10px;
.search {
//display: block;
.search-bar {
$heightAdjust: 4px;
@ -155,6 +156,7 @@
padding-right: 6px;
font-size: 0.8em;
color: lighten($colorBodyBg, 70%);
.search-menu-checkbox {
// Vertically center
@ -167,15 +169,23 @@
// Spacing with labels
padding-right: 3px;
// Change checkbox colors
em:before {
// check
color: white;
// box
background-color: grey;
}
}
.search-menu-glyph {
color: white;
color: lighten($colorMenuIc, 5%);//lighten($colorItemFg, 35%);//$colorMenuIc;
}
&.special {
font-weight: bold;
background-color: lighten($colorBodyBg, 30%);
background-color: lighten($colorBodyBg, 20%);
.search-menu-label {
font-size: 1.1em;
@ -227,6 +237,10 @@
}
}
.active-filter-display.on + .search-scroll {
top: 40px;
}
.search-scroll {
// Spacing away from the search input
top: 25px;