mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-04-29 18:25:58 +00:00
Colour tweaks and fixes
This commit is contained in:
@@ -193,25 +193,18 @@ tr.new td {
|
||||
}
|
||||
}
|
||||
|
||||
/* Fudge apply our own "dark primary" and "dark danger" backgrounds as Bootstrap doesn't do this itself */
|
||||
[data-bs-theme=dark] tr.table-primary {
|
||||
--bs-table-bg: #053680;
|
||||
--bs-table-border-color: #021b42;
|
||||
--bs-table-color: white;
|
||||
}
|
||||
[data-bs-theme=dark] tr.table-danger {
|
||||
--bs-table-bg: #74272e;
|
||||
--bs-table-border-color: #530208;
|
||||
--bs-table-color: white;
|
||||
}
|
||||
|
||||
|
||||
/* TABLE */
|
||||
#table-container {
|
||||
border-radius: 3px;
|
||||
border-radius: 5px;
|
||||
border: 1px solid var(--bs-primary-border-subtle);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#table-container table{
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
|
||||
/* MAP */
|
||||
div#map {
|
||||
|
||||
Reference in New Issue
Block a user