change architecture of files

+ hide filter before css is loaded
+ fusion categories 'autre' and arrow
+ put categorie 'autre' at bottom of list
This commit is contained in:
lenovo
2022-11-15 12:42:58 +01:00
parent 604cf884c6
commit b13f34ebd2
15 changed files with 154 additions and 143 deletions

View File

@@ -3,15 +3,10 @@
* FILTERS
*/
/*
#ba197a;
*/
/* **************************************
GENERAL SETTINGS
*/
@@ -27,6 +22,7 @@
}
#ljdp_map_filters {
display: flex !important;
position: relative;
width: 100%;
z-index: 1;
@@ -60,6 +56,11 @@
color: #666;
border: 1px solid #ba197a;
}
#ljdp_map_filters .filter_menu_drop option {
font-size: 100%;
font-weight: 500;
color: #666;
}