Improve "Interface mode" appearance

This commit is contained in:
oobabooga 2023-06-11 15:29:45 -03:00
parent a06c953692
commit 8e73806b20
2 changed files with 16 additions and 2 deletions

View file

@ -138,4 +138,14 @@ button {
.dark .file-saver {
border: 2px solid white !important;
}
.checkboxgroup-table label {
background: none !important;
padding: 0 !important;
border: 0 !important;
}
.checkboxgroup-table div {
display: grid !important;
}