mirror of
https://github.com/rmoren97/mc-manager.git
synced 2026-03-28 17:26:47 -07:00
fix styling of server admin page
This commit is contained in:
parent
b076d756a3
commit
9c09356744
@ -59,6 +59,15 @@ body {
|
|||||||
color: rgba(255, 255, 255, 0.3);
|
color: rgba(255, 255, 255, 0.3);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
select.glass-input {
|
||||||
|
background-color: #0d0d1a;
|
||||||
|
color-scheme: dark;
|
||||||
|
}
|
||||||
|
|
||||||
|
select.glass-input:focus {
|
||||||
|
background-color: #0d0d1a;
|
||||||
|
}
|
||||||
|
|
||||||
select option {
|
select option {
|
||||||
background-color: #0d0d1a;
|
background-color: #0d0d1a;
|
||||||
color: #f3f4f6;
|
color: #f3f4f6;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user