Fixed alternative theme tables

This commit is contained in:
Matt 2019-07-22 23:12:36 +01:00
parent 897dc0fb97
commit 67ead1c250
No known key found for this signature in database
GPG key ID: 2DD462FE98BF38C2
6 changed files with 17 additions and 0 deletions

View file

@ -148,6 +148,18 @@ optgroup {
width: auto !important;
}
.table {
color: var(--primary-font-colour);
}
.table-bordered th, .table-bordered td {
border: 1px solid var(--table-border-colour);
}
.table-hover tbody tr:hover {
color: var(--primary-font-colour)
}
.popover {
background-color: var(--popover-background);
border-color: var(--popover-border-colour);