mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 17:14:04 +02:00
visual representation of category.
This commit is contained in:
+15
@@ -771,6 +771,21 @@ a.selected:hover .toggle.icon { background-position: -40px -180px;}
|
||||
border-color: #7092ff;
|
||||
}
|
||||
|
||||
.category .grid-entry:after,
|
||||
.category .grid-entry:before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 7px;
|
||||
width: 100%;
|
||||
border-top: 1px solid #ccc;
|
||||
border-radius: 6px;
|
||||
height: 6px;
|
||||
}
|
||||
|
||||
.category .grid-entry:before {
|
||||
top: 3px;
|
||||
}
|
||||
|
||||
.preset-grid-search-wrap {
|
||||
height: 60px;
|
||||
border-bottom: 1px solid #ccc;
|
||||
|
||||
Reference in New Issue
Block a user