Änderungen CSS

This commit is contained in:
ja
2021-08-26 15:55:22 +02:00
parent 5df60047d9
commit 695bac0303
4 changed files with 39 additions and 19 deletions

View File

@@ -1986,20 +1986,23 @@ progress {
}
.table-hover > tbody > tr:hover {
--bs-table-accent-bg: var(--bs-table-hover-bg);
color: var(--bs-table-hover-color);
--bs-table-accent-bg: var(--bs-table-hover-bg);
color: var(--bs-table-hover-color);
--bs-table-hover-color: #fff;
}
.table-primary {
--bs-table-bg: #cfe2ff;
--bs-table-striped-bg: #c5d7f2;
--bs-table-striped-color: #000;
--bs-table-active-bg: #bacbe6;
--bs-table-active-color: #000;
--bs-table-hover-bg: /* #080782;*/ ##043381;
color: #000;
--bs-table-hover-bg: /* #080782;*/ #043381;
--bs-table-hover-color: #fff;
color: #fff;
border-color: #bacbe6;
}
.table-secondary {
--bs-table-bg: #e2e3e5;
--bs-table-striped-bg: #d7d8da;