mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 08:38:20 +08:00
Opt: Hide disabled configs
This commit is contained in:
@@ -126,10 +126,14 @@ input[type="text"], select {
|
||||
height: auto !important;
|
||||
}
|
||||
|
||||
input[type="text"]:focus, select:focus {
|
||||
input[type="text"]:not([readonly="readonly"]):focus, select:focus {
|
||||
box-shadow: 0px 1px 0px darkblue !important;
|
||||
}
|
||||
|
||||
input[readonly="readonly"]:focus {
|
||||
box-shadow: initial;
|
||||
}
|
||||
|
||||
input[type="range"] {
|
||||
padding: 0 !important;
|
||||
border: unset !important;
|
||||
|
||||
Reference in New Issue
Block a user