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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user