add more filters to different tab on filters page; update css

This commit is contained in:
Bilal Catic
2019-11-18 06:42:22 +01:00
parent 5ff10fc62d
commit 3157973552
4 changed files with 251 additions and 190 deletions

View File

@@ -127,3 +127,23 @@ h3 {
.tabs .indicator {
background-color: #02adba;
}
[type="checkbox"].filled-in:checked + span:not(.lever):after {
border: 2px solid #02adba;
background-color: #02adba;
}
[type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
background-color: transparent;
border: 2px solid #02adba;
}
.distinguished {
border: 2px solid #02adba;
border-radius: 4px;
padding: 5px 5px 3px 5px;
margin-left: -5px;
}
p > label {
color: black;
}