mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 17:20: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="text"]#user-input,
|
||||||
input[type="password"]#passwd-input {
|
input[type="password"]#passwd-input {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
border: thin;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -206,8 +206,8 @@ select option.comment {
|
|||||||
input[type=text], input[type=password] {
|
input[type=text], input[type=password] {
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
border: thin;
|
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
border: var(--border-default-thin);
|
||||||
color: var(--cs-code-default-fg);
|
color: var(--cs-code-default-fg);
|
||||||
background-color: var(--cs-code-default-bg);
|
background-color: var(--cs-code-default-bg);
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user