mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-05-31 17:46:17 +00:00
Fixed visits table styles for dark theme
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user