Use referer form data instead of relying on header
This commit is contained in:
parent
f7c1c28368
commit
1e55f21fa5
10 changed files with 94 additions and 56 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue