모달창

master
Hyung Geun 2022-03-07 10:31:40 +09:00
parent 658a747a63
commit b5bf386295
1 changed files with 3 additions and 5 deletions

View File

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