Fix(UI): UI bug fixes.
This commit is contained in:
@@ -55,13 +55,21 @@
|
||||
}
|
||||
#tableMain tbody tr td {
|
||||
height: 5vh;
|
||||
padding-top: 0.5vh;
|
||||
/* padding-top: 0.5vh; */
|
||||
}
|
||||
#tableMain tbody tr td:has(.dirty) {
|
||||
background-color: var(--colour-primary);
|
||||
}
|
||||
#tableMain tbody tr:not(:last-of-type) td {
|
||||
padding-bottom: 0.5vh;
|
||||
padding-bottom: 0.25vh;
|
||||
}
|
||||
#tableMain tbody tr td.ddl-preview div,
|
||||
#tableMain tbody tr td.ddl-preview select {
|
||||
padding-left: 2vh;
|
||||
padding-right: 2vh;
|
||||
}
|
||||
#tableMain tbody tr td.ddl-preview select {
|
||||
font-size: 12px;
|
||||
}
|
||||
#tableMain thead tr th.active,
|
||||
#tableMain tbody tr td.active {
|
||||
|
||||
Reference in New Issue
Block a user