Created custom styling for checkbox
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user