mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 09:04:02 +02:00
add data icon, fix button style
This commit is contained in:
+8
-1
@@ -539,6 +539,7 @@ button.save.has-count .count::before {
|
||||
.icon.relation.route { background-position: -540px 0;}
|
||||
.icon.relation.multipolygon { background-position: -560px 0;}
|
||||
.icon.vertex { background-position: -580px 0;}
|
||||
.icon.data { background-position: -600px 0;}
|
||||
|
||||
.icon.inspect.light { background-position: -220px -20px;}
|
||||
.icon.plus.light { background-position: -240px -20px;}
|
||||
@@ -551,6 +552,7 @@ button.save.has-count .count::before {
|
||||
.icon.geolocate.light { background-position: -360px -20px;}
|
||||
.icon.bug.light { background-position: -400px -20px;}
|
||||
.icon.help.light { background-position: -460px -20px;}
|
||||
.icon.data.light { background-position: -600px -20px;}
|
||||
|
||||
.icon.back.blue { background-position: -420px -20px;}
|
||||
.icon.forward.blue { background-position: -440px -20px;}
|
||||
@@ -572,6 +574,7 @@ button[disabled] .icon.geocode { background-position: -280px -40px;}
|
||||
button[disabled] .icon.layers { background-position: -300px -40px;}
|
||||
button[disabled] .icon.avatar { background-position: -320px -40px;}
|
||||
button[disabled] .icon.nearby { background-position: -340px -40px;}
|
||||
button[disabled] .icon.data { background-position: -600px -40px;}
|
||||
|
||||
.icon.point.deleted { background-position: -302px -80px;}
|
||||
.icon.line.deleted { background-position: -320px -80px;}
|
||||
@@ -1888,7 +1891,11 @@ img.wiki-image {
|
||||
|
||||
/* Background / Map Data Settings */
|
||||
|
||||
.map-data-control button,
|
||||
|
||||
.map-data-control button {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.background-control button {
|
||||
border-radius: 4px 0 0 0;
|
||||
}
|
||||
|
||||
Vendored
+966
-1224
File diff suppressed because it is too large
Load Diff
|
Before Width: | Height: | Size: 176 KiB After Width: | Height: | Size: 168 KiB |
@@ -159,7 +159,7 @@ iD.ui.MapData = function(context) {
|
||||
shown = false;
|
||||
|
||||
button.append('span')
|
||||
.attr('class', 'icon layers light');
|
||||
.attr('class', 'icon data light');
|
||||
|
||||
content.append('h4')
|
||||
.text(t('map_data.title'));
|
||||
|
||||
Reference in New Issue
Block a user