More Streamlining

This commit is contained in:
Patrick Jentsch
2024-05-03 15:08:57 +02:00
parent 43b38b2216
commit a03b5918d9
18 changed files with 63 additions and 153 deletions

View File

@ -1,5 +1,11 @@
.scroll {overflow: auto;}
.clearfix::after {
display: block;
content: "";
clear: both;
}
/* Change placholdertext color of file uplaod fields */
::placeholder {
color: #9e9e9e;