Rev | Line | |
---|
[173] | 1 | .leaflet-control-minimap {
|
---|
| 2 | border:solid rgba(255, 255, 255, 1.0) 4px;
|
---|
| 3 | box-shadow: 0 1px 5px rgba(0,0,0,0.65);
|
---|
| 4 | border-radius: 3px;
|
---|
| 5 | background: #f8f8f9;
|
---|
| 6 | transition: all .2s;
|
---|
| 7 | }
|
---|
| 8 |
|
---|
| 9 | .leaflet-control-minimap a {
|
---|
| 10 | background-color: rgba(255, 255, 255, 1.0);
|
---|
| 11 | background-repeat: no-repeat;
|
---|
| 12 | z-index: 99999;
|
---|
| 13 | transition: all .2s;
|
---|
| 14 | border-radius: 3px 0px 0px 0px;
|
---|
| 15 | }
|
---|
| 16 |
|
---|
| 17 | .leaflet-control-minimap a.minimized {
|
---|
| 18 | -webkit-transform: rotate(180deg);
|
---|
| 19 | transform: rotate(180deg);
|
---|
| 20 | border-radius: 0px;
|
---|
| 21 | }
|
---|
| 22 |
|
---|
| 23 | .leaflet-control-minimap-toggle-display {
|
---|
| 24 | background-image: url("images/toggle.png");
|
---|
| 25 | height: 19px;
|
---|
| 26 | width: 19px;
|
---|
| 27 | position: absolute;
|
---|
| 28 | bottom: 0;
|
---|
| 29 | right: 0;
|
---|
| 30 | }
|
---|
| 31 |
|
---|
| 32 | /* Old IE */
|
---|
| 33 | .leaflet-oldie .leaflet-control-minimap {
|
---|
| 34 | border: 1px solid #999;
|
---|
| 35 | }
|
---|
| 36 |
|
---|
| 37 | .leaflet-oldie .leaflet-control-minimap a {
|
---|
| 38 | background-color: #fff;
|
---|
| 39 | }
|
---|
| 40 |
|
---|
| 41 | .leaflet-oldie .leaflet-control-minimap a.minimized {
|
---|
| 42 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
|
---|
| 43 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.