Fixed visits table styles for dark theme

This commit is contained in:
Alejandro Celaya
2021-02-19 19:30:29 +01:00
parent 9523277311
commit 61af43f9d9
4 changed files with 15 additions and 4 deletions

View File

@@ -13,7 +13,8 @@
background-color: var(--primary-color) !important;
}
.card .date-input-container__input:not(:disabled) {
.card .date-input-container__input:not(:disabled),
.dropdown .date-input-container__input:not(:disabled) {
background-color: var(--input-color) !important;
}

View File

@@ -12,7 +12,7 @@
left: 0;
bottom: -1px;
right: -1px;
background: $mediumGrey;
background: var(--table-border-color);
z-index: -2;
}
@@ -27,7 +27,7 @@
left: 1px;
bottom: 0;
right: 0;
background: white;
background: var(--primary-color);
z-index: -1;
}