diff --git a/src/main/webapp/css/style.css b/src/main/webapp/css/style.css index 3221b9b..d81ca00 100644 --- a/src/main/webapp/css/style.css +++ b/src/main/webapp/css/style.css @@ -708,8 +708,6 @@ a { cursor:pointer; } -input[type=checkbox]:disabled { - background: blue; - outline-color: blue; - color: white; -} \ No newline at end of file +input[type=checkbox]:disabled:checked { + outline : solid 2px gray; +}