mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 09:10:30 +08:00
css fix
This commit is contained in:
parent
d6fd2e3775
commit
f5c1908657
@ -45,4 +45,5 @@ div#login {
|
||||
input[type="text"]#user-input,
|
||||
input[type="password"]#passwd-input {
|
||||
text-align: center;
|
||||
border: thin;
|
||||
}
|
||||
|
||||
@ -206,8 +206,8 @@ select option.comment {
|
||||
input[type=text], input[type=password] {
|
||||
overflow-x: auto;
|
||||
font-family: monospace;
|
||||
border: thin;
|
||||
border-radius: 4px;
|
||||
border: var(--border-default-thin);
|
||||
color: var(--cs-code-default-fg);
|
||||
background-color: var(--cs-code-default-bg);
|
||||
padding: 2px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user