Don’t use vendor prefixes
This commit is contained in:
parent
e2bd606e49
commit
c32a2432c7
2 changed files with 0 additions and 6 deletions
|
@ -63,7 +63,6 @@
|
|||
z-index: 1001;
|
||||
fill: #D7217E;
|
||||
fill-opacity: 0.75;
|
||||
-webkit-filter: none;
|
||||
}
|
||||
|
||||
#map.mode-delete path {
|
||||
|
@ -75,7 +74,6 @@
|
|||
}
|
||||
|
||||
#map div.polygon-elbow {
|
||||
-webkit-transition: opacity 0.25s;
|
||||
box-shadow: 0 0 0 2px #FFFFFF, 0 0 10px rgba(0, 0, 0, 0.35);
|
||||
border: 5px solid #D7217E;
|
||||
border-radius: 10px;
|
||||
|
|
|
@ -6,11 +6,7 @@
|
|||
padding: 8px 0;
|
||||
background-color: #FFFFFF;
|
||||
border: 1px solid rgba(0, 0, 0, 0.2);
|
||||
-webkit-border-radius: 8px;
|
||||
-moz-border-radius: 8px;
|
||||
border-radius: 8px;
|
||||
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
||||
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
||||
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue