visual tweakssss

This commit is contained in:
Akbar Rahman 2022-01-14 02:18:58 +00:00
parent 8af47e5abc
commit 2e8bdd8b18
Signed by: alvierahman90
GPG Key ID: 20609519444A1269

View File

@ -216,3 +216,11 @@ input:checked + .slider:before {
}
.text img, td img { max-height: 15vh }
#questionTypeSelector input[type="radio"] { display: none; }
input[type="radio"]+label {
padding: 0.5em;
}
input[type="radio"]:checked+label {
background-color: var(--yellow);
}