No border

merge-requests/16/merge
Bob Mottram 2021-02-07 21:51:31 +00:00
parent 3d5ff0ecec
commit d47df56803
1 changed files with 2 additions and 1 deletions

View File

@ -703,6 +703,7 @@ input[type=number] {
}
.transparent hr {
border: 0;
color: transparent;
background: transparent;
font-size: 0px;
@ -1153,7 +1154,7 @@ div.container {
filter: brightness(var(--icon-brightness-change));
}
.col-right img.rightColEdit {
float: right;
float: right;
background: transparent;
width: var(--column-right-icon-size);
}