Skip to content

Commit

Permalink
Bring oldie styles in line with Leaflet's oldie styles. fixes Leaflet…
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtoye committed Apr 30, 2014
1 parent b0e47f5 commit 3efd1e9
Showing 1 changed file with 2 additions and 46 deletions.
48 changes: 2 additions & 46 deletions dist/leaflet.draw.css
Original file line number Diff line number Diff line change
Expand Up @@ -298,49 +298,5 @@
/* ================================================================== */

.leaflet-oldie .leaflet-draw-toolbar {
border: 3px solid #999;
}

.leaflet-oldie .leaflet-draw-toolbar a {
background-color: #eee;
}

.leaflet-oldie .leaflet-draw-toolbar a:hover {
background-color: #fff;
}

.leaflet-oldie .leaflet-draw-actions {
left: 32px;
margin-top: 3px;
}

.leaflet-oldie .leaflet-draw-actions li {
display: inline;
zoom: 1;
}

.leaflet-oldie .leaflet-edit-marker-selected {
border: 4px dashed #fe93c2;
}

.leaflet-oldie .leaflet-draw-actions a {
background-color: #999;
}

.leaflet-oldie .leaflet-draw-actions a:hover {
background-color: #a5a5a5;
}

.leaflet-oldie .leaflet-draw-actions-top a {
margin-top: 1px;
}

.leaflet-oldie .leaflet-draw-actions-bottom a {
height: 28px;
line-height: 28px;
}

.leaflet-oldie .leaflet-draw-actions-top.leaflet-draw-actions-bottom a {
height: 27px;
line-height: 27px;
}
border: 1px solid #999;
}

0 comments on commit 3efd1e9

Please sign in to comment.