Created custom styling for checkbox

This commit is contained in:
2026-02-16 18:38:33 -07:00
parent be5a58dcf1
commit 80a126fb30
3 changed files with 59 additions and 18 deletions

View File

@@ -24,6 +24,25 @@ td, th {
text-align: left;
}
.table-text {
font-size: large;
text-align: center;
}
/* Custom emby checkbox for table */
.table-checkbox {
padding-left: 1.05rem;
}
.table-checkbox .checkboxContainer .emby-checkbox-label .checkboxOutline {
height: 1.5em;
width: 1.5em;
}
.table-checkbox .checkboxContainer .emby-checkbox-label {
height: 1.8em
}
.links {
background-color: #0f0f0f;
border: 1px solid #00a4dc;