mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-15 20:58:01 +00:00
fix: real-ip config disabled css style
This commit is contained in:
parent
107f5765b0
commit
d219e48541
1 changed files with 4 additions and 2 deletions
|
|
@ -1615,11 +1615,13 @@ input[type='number'] {
|
|||
-moz-appearance: textfield;
|
||||
}
|
||||
|
||||
#proxy-form {
|
||||
#proxy-form,
|
||||
#real-ip {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
#proxy-form.disabled {
|
||||
#proxy-form.disabled,
|
||||
#real-ip.disabled {
|
||||
opacity: 0.47;
|
||||
button:hover {
|
||||
transform: unset;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue