style tweak to backgrounds/

This commit is contained in:
saman bb
2013-03-26 02:01:48 -04:00
parent ffaea10ca4
commit 14f1d85e1e
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -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;
+1 -1
View File
@@ -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);
+1 -1
View File
@@ -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')