Use referer form data instead of relying on header

This commit is contained in:
Zed 2019-09-05 22:40:36 +02:00
parent f7c1c28368
commit 1e55f21fa5
10 changed files with 94 additions and 56 deletions

View file

@ -1204,6 +1204,19 @@ legend {
display: inline;
}
.icon-button button {
color: #ff6c60;
text-decoration: none;
border: none;
float: none;
padding: unset;
padding-left: 4px;
}
.icon-button button:hover {
color: #ffaca0;
}
.checkbox-container {
display: block;
position: relative;