Subject and question browser merge, handling multiple dbs

This commit is contained in:
mrfry
2020-12-26 14:50:39 +01:00
parent 57f0730f3e
commit fb3bf29fc4
11 changed files with 232 additions and 178 deletions
+25
View File
@@ -20,3 +20,28 @@
cursor: pointer;
border: none;
}
.typeSelector {
margin: 10px 0px;
height: 50px;
display: flex;
}
.typeSelector div {
display: flex;
align-items: center;
justify-content: center;
flex: 1;
font-size: 18px;
color: #fff;
cursor: pointer;
}
.typeSelector div:hover {
background-color: #333;
}
.activeTypeSelector {
background-color: #444;
}