mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-21 15:56:56 +02:00
more consistent preset highlighting.
This commit is contained in:
+6
-2
@@ -768,7 +768,7 @@ a.selected:hover .toggle.icon { background-position: -40px -180px;}
|
||||
|
||||
.current .grid-entry,
|
||||
.current .grid-entry .label {
|
||||
border-color: #7092ff;
|
||||
background-color: #eef0ff;
|
||||
}
|
||||
|
||||
.category .grid-entry:after,
|
||||
@@ -877,9 +877,13 @@ a.selected:hover .toggle.icon { background-position: -40px -180px;}
|
||||
|
||||
.tag-wrap .grid-button-wrap .grid-entry {
|
||||
border-top: 0;
|
||||
background: #f6f6f6;
|
||||
background: #eef0ff;
|
||||
}
|
||||
|
||||
.tag-wrap .grid-button-wrap .grid-entry .label {
|
||||
background: #eef0ff;
|
||||
}
|
||||
|
||||
.inspector-body .name {
|
||||
height: 110px;
|
||||
border-bottom: 1px solid #ccc;
|
||||
|
||||
Reference in New Issue
Block a user