not important

This commit is contained in:
lenovo
2022-11-14 16:34:51 +01:00
parent 40680d2689
commit beba3c5aab
2 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@
- [ ] zoom sur cluster problem - [ ] zoom sur cluster problem
- [/] filtres sur chrome - [/] filtres sur chrome
- [/] infowindow new design - [/] infowindow new design
- [ ] infowindow enlever scroll border - [/] infowindow enlever scroll border
- [ ] enlever ordre alphabetique categories - [ ] enlever ordre alphabetique categories
- [ ] reduire espace checkboxs - [ ] reduire espace checkboxs
- [ ] reduire hauteur du select menu - [ ] reduire hauteur du select menu

View File

@@ -10,7 +10,7 @@
GOOGLE WINDOW GOOGLE WINDOW
*/ */
.gm-style-iw.gm-style-iw-c { div.gm-style-iw.gm-style-iw-c {
padding: 0px !important; padding: 0px !important;
background-color: transparent; background-color: transparent;
pointer-events: none; pointer-events: none;
@@ -178,7 +178,7 @@ button.gm-ui-hover-effect {
@media only screen and (max-width: 400px) { @media only screen and (max-width: 400px) {
#infowindow_limits .infowindow_body p, #infowindow_limits .infowindow_body p,
#infowindow_limits .infowindow_head p { #infowindow_limits .infowindow_head p {
font-size: 115%; font-size: 100%;
} }
} }