Änderungen CSS
This commit is contained in:
13
bootstrap-5.0.2-dist/css/bootstrap.css
vendored
13
bootstrap-5.0.2-dist/css/bootstrap.css
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user