|
@ -88,7 +88,6 @@ body { |
|
|
/***** CATEGORY *****/ |
|
|
/***** CATEGORY *****/ |
|
|
#info .category header { |
|
|
#info .category header { |
|
|
padding-top: 3px; |
|
|
padding-top: 3px; |
|
|
margin-bottom: 3px; |
|
|
|
|
|
border-bottom: 1px dotted #999; |
|
|
border-bottom: 1px dotted #999; |
|
|
user-select: none; |
|
|
user-select: none; |
|
|
font-size: 15px; |
|
|
font-size: 15px; |
|
@ -101,6 +100,14 @@ body { |
|
|
#info .category header > a:hover { |
|
|
#info .category header > a:hover { |
|
|
text-decoration: underline; |
|
|
text-decoration: underline; |
|
|
} |
|
|
} |
|
|
|
|
|
#info .category ul.overpass-layer-list { |
|
|
|
|
|
display: none; |
|
|
|
|
|
} |
|
|
|
|
|
#info .category.open ul.overpass-layer-list { |
|
|
|
|
|
display: block; |
|
|
|
|
|
padding-top: 3px; |
|
|
|
|
|
background: #efefef; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
#info .category > div > .category { |
|
|
#info .category > div > .category { |
|
|
margin-left: 1em; |
|
|
margin-left: 1em; |
|
|