1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-21 06:16:43 +00:00

ui tweaks

This commit is contained in:
Steven Hugg
2020-07-08 21:57:55 -05:00
parent 664a5d43d0
commit 6acaa3f81d
5 changed files with 46 additions and 43 deletions
+2 -2
View File
@@ -642,10 +642,10 @@ div.asset_toolbar {
content: '\25bc';
}
.tree-collapsed:hover, .tree-expanded:hover {
border-color: rgba(255,255,255,0.7);
border-color:#ccc;
}
.tree-header:hover {
background-color: rgba(255,255,255,0.3);
background-color: #666;
}
.tree-level-0 { display:none;}
.tree-level-1 { background-color: #638283;}