correct text on formbuttons

This commit is contained in:
Wirlaburla 2023-07-29 19:34:22 -05:00
parent 3ed7b19511
commit d19039bb96

View File

@ -32,6 +32,12 @@ button.formbutton img {
vertical-align: middle; vertical-align: middle;
} }
button.formbutton a {
margin: 4px;
position: relative;
top: 2px;
}
.button:hover > a > img:nth-of-type(1) { .button:hover > a > img:nth-of-type(1) {
filter: contrast(50%); filter: contrast(50%);
} }