fix: real-ip config disabled css style

This commit is contained in:
StarsEnd 2024-10-16 00:14:38 +08:00
parent 107f5765b0
commit d219e48541

View file

@ -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;