wip filters selection works upside down
+ css for checkbox disable
This commit is contained in:
@@ -88,7 +88,8 @@
|
||||
height: var(--size);
|
||||
}
|
||||
|
||||
#ljdp_map_filters input.filter_menu_checkbox:checked + label.filter_menu_checkbox p::before {
|
||||
#ljdp_map_filters input.filter_menu_checkbox:checked
|
||||
+ label.filter_menu_checkbox p::before {
|
||||
/*
|
||||
background-color: #ba197a;
|
||||
background-color: #ca1c84;
|
||||
@@ -108,6 +109,19 @@
|
||||
background-color: #ccc;
|
||||
}
|
||||
|
||||
#ljdp_map_filters input.filter_menu_checkbox:disabled
|
||||
+ label.filter_menu_checkbox {
|
||||
cursor: default;
|
||||
}
|
||||
#ljdp_map_filters input.filter_menu_checkbox:disabled
|
||||
+ label.filter_menu_checkbox p::before {
|
||||
border-color: #ccc;
|
||||
background-color: #ccc;
|
||||
}
|
||||
#ljdp_map_filters input.filter_menu_checkbox:disabled
|
||||
+ label.filter_menu_checkbox p {
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user