mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 20:11:24 +01:00
style(hierarchy tree): distinguish buttons
Distinguish between action buttons and remove origins tags-like button
This commit is contained in:
parent
55024e667f
commit
52d1f0d15b
1 changed files with 6 additions and 2 deletions
|
|
@ -79,13 +79,17 @@ function appendStyleSheet() {
|
||||||
margin: 0 2px;
|
margin: 0 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hierarchyTree_selectedButton {
|
.hierarchyTree_selectedOrigins {
|
||||||
|
margin-right: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hierarchyTree_selectedOrigin {
|
||||||
border: 1px solid #aaa;
|
border: 1px solid #aaa;
|
||||||
background: none;
|
background: none;
|
||||||
padding: 1px 4px;
|
padding: 1px 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hierarchyTree_selectedButton:hover {
|
.hierarchyTree_selectedOrigin:hover {
|
||||||
border: 1px solid #333;
|
border: 1px solid #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue