This commit is contained in:
mrfry 2021-03-16 17:58:28 +01:00
commit 2456794387

View file

@ -27,9 +27,24 @@
background-color: #999999;
}
select.sinceHeaderRow {
display: flex;
width: 10%;
border-radius: 5px;
border: 1.5px solid white;
background-color: #999999;
font-family: inherit;
font-weight: 500;
padding-left: 4px;
padding-top: 2px;
}
.sinceHeaderRow:hover {
border: 1.5px solid var(--text-color);
}
select.sinceHeaderRow:hover {
border: 1.5px solid var(--text-color);
}
.row,
.headerRow {