Transparent hr on timeline

merge-requests/30/head
Bob Mottram 2021-02-07 21:34:20 +00:00
parent d3390d59a7
commit 6e4e50ac5b
1 changed files with 8 additions and 0 deletions

View File

@ -702,6 +702,14 @@ input[type=number] {
height: 0px; height: 0px;
} }
.transparent hr {
color: transparent;
background: transparent;
font-size: 0px;
line-height: 0px;
height: 0px;
}
.labelsright { .labelsright {
float: right; float: right;
font-size: var(--font-size); font-size: var(--font-size);