mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Added db selector, modal
This commit is contained in:
parent
0876761a0f
commit
3343a2a3af
10 changed files with 250 additions and 32 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue