mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 00:29:50 +02:00
style tweak to backgrounds/
This commit is contained in:
@@ -257,6 +257,11 @@ ul.link-list li:last-child {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.fillL3 {
|
||||
background: #f1f1f1;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.fillD {
|
||||
background:rgba(0,0,0,.8);
|
||||
color: #6C6C6C;
|
||||
|
||||
@@ -114,7 +114,7 @@ iD.ui.PresetGrid = function(context, entity) {
|
||||
.attr('class', 'arrow');
|
||||
|
||||
subgrid.append('div')
|
||||
.attr('class', 'preset-grid fillL2 cf fl')
|
||||
.attr('class', 'preset-grid fillL3 cf fl')
|
||||
.data([d.members.collection])
|
||||
.call(drawGrid, 1000);
|
||||
|
||||
|
||||
@@ -50,7 +50,7 @@ iD.ui.TagEditor = function(context, entity) {
|
||||
.attr('class', 'tag-wrap inspector-body fillL2 inspector-body-' + geometry);
|
||||
|
||||
editorwrap.append('div')
|
||||
.attr('class', 'col12 inspector-inner preset-icon-wrap')
|
||||
.attr('class', 'col12 inspector-inner preset-icon-wrap fillL3')
|
||||
.append('div')
|
||||
.attr('class','fillL')
|
||||
.append('span')
|
||||
|
||||
Reference in New Issue
Block a user