CSS linter fixes

This commit is contained in:
Mouse Reeve 2021-04-03 11:59:14 -07:00
parent 3cb91098e6
commit 8d7527dee3

View file

@ -25,14 +25,13 @@ html {
min-width: 75% !important;
}
/* --- "disabled" for non-buttons --- */
.is-disabled {
background-color: #dbdbdb;
border-color: #dbdbdb;
box-shadow: none;
color: #7a7a7a;
opacity: .5;
opacity: 0.5;
cursor: not-allowed;
}