infowindow croice close ok
This commit is contained in:
@@ -86,6 +86,28 @@ button.gm-ui-hover-effect {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#infowindow_limits #infowindow_close::before {
|
||||||
|
content: "";
|
||||||
|
position: absolute;
|
||||||
|
top: calc(50% - 1px);
|
||||||
|
left: 25%;
|
||||||
|
width: 50%;
|
||||||
|
height: 2px;
|
||||||
|
background-color: #fff;
|
||||||
|
transform: rotate(-45deg);
|
||||||
|
}
|
||||||
|
|
||||||
|
#infowindow_limits #infowindow_close::after {
|
||||||
|
content: "";
|
||||||
|
position: absolute;
|
||||||
|
top: calc(50% - 1px);
|
||||||
|
left: 25%;
|
||||||
|
width: 50%;
|
||||||
|
height: 2px;
|
||||||
|
background-color: #fff;
|
||||||
|
transform: rotate(45deg);
|
||||||
|
}
|
||||||
|
|
||||||
#infowindow_limits .infowindow_head {
|
#infowindow_limits .infowindow_head {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
background-color: #ba197a;
|
background-color: #ba197a;
|
||||||
|
|||||||
Reference in New Issue
Block a user