mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 05:08:04 +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;
|
-moz-appearance: textfield;
|
||||||
}
|
}
|
||||||
|
|
||||||
#proxy-form {
|
#proxy-form,
|
||||||
|
#real-ip {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
#proxy-form.disabled {
|
#proxy-form.disabled,
|
||||||
|
#real-ip.disabled {
|
||||||
opacity: 0.47;
|
opacity: 0.47;
|
||||||
button:hover {
|
button:hover {
|
||||||
transform: unset;
|
transform: unset;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue