mirror of
https://github.com/nasa/openmct.git
synced 2025-06-24 02:04:02 +00:00
[Search] Checkbox style
Changed the checkboxes to be not blue.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user