mirror of
https://gitlab.com/MrFry/qmining-page
synced 2026-04-29 11:47:37 +02:00
Subject and question browser merge, handling multiple dbs
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user