Last styling tweaks

This commit is contained in:
Pieter Vander Vennet 2022-02-02 01:51:19 +01:00
parent aaaf0b8c36
commit 3b78951f88
4 changed files with 93 additions and 15 deletions

View file

@ -163,7 +163,8 @@ a {
}
.btn-secondary {
background-color: var(--unsubtle-detail-color);
background-color: var(--catch-detail-color);
filter: saturate(0.8);
}
.btn-secondary:hover {
@ -539,4 +540,24 @@ input {
.zebra-table tr:nth-child(even) {
background-color: #f2f2f2;
}
}
.layer-toggle {
/* The checkbox that toggles a single layer */
}
.layer-filters {
/* If needed, the panel which contains the extra filters for a layer */
margin-bottom: 1rem;
}
.filter-panel {
/* The panel for a single layer, containing both the toggle and the filters (if any) */
border-bottom: 2px solid lightgrey;
margin-bottom: 0.5rem;
}
.first-filter-panel {
/* Additional class on the first layer filter */
}