Added db selector, modal

This commit is contained in:
mrfry 2021-01-10 15:01:44 +01:00
parent 0876761a0f
commit 3343a2a3af
10 changed files with 250 additions and 32 deletions

View file

@ -242,7 +242,7 @@ select {
width: 100%;
max-width: 100%;
appearance: none;
border: 1px solid #99f;
border: 1px solid var(--background-color);
box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
line-height: 35px;
border-radius: 3px;
@ -255,3 +255,7 @@ select {
color: white;
}
select:hover {
border: 1px solid #99f;
}