custom mode rework, might be done

This commit is contained in:
landgreen
2020-02-17 07:26:14 -08:00
parent 32733909ab
commit b9ecfbc997
7 changed files with 230 additions and 202 deletions

View File

@@ -214,6 +214,18 @@ summary {
background-color: #efeff5;
}
.build-grid-selected {
background-color: #919ba8;
}
.build-grid-selected:hover {
background-color: #919ba8;
}
.build-grid-disabled {
opacity: 0.15;
}
#info {
position: absolute;
bottom: 3px;