mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 05:08:19 +08:00
Add: CSS for readonly field
This commit is contained in:
@@ -135,6 +135,11 @@ label {
|
||||
height: auto !important;
|
||||
}
|
||||
|
||||
.form-control[readonly] {
|
||||
pointer-events: none;
|
||||
border-bottom-color: transparent;
|
||||
}
|
||||
|
||||
.form-control:focus {
|
||||
border-color: unset;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user