강석 최 2022-03-07 10:32:18 +09:00
commit 45549079cb
1 changed files with 3 additions and 5 deletions

View File

@ -708,8 +708,6 @@ a {
cursor:pointer; cursor:pointer;
} }
input[type=checkbox]:disabled { input[type=checkbox]:disabled:checked {
background: blue; outline : solid 2px gray;
outline-color: blue;
color: white;
} }