diff --git a/css/buttons.css b/css/buttons.css index 9484a31..0e96a12 100644 --- a/css/buttons.css +++ b/css/buttons.css @@ -32,6 +32,12 @@ button.formbutton img { vertical-align: middle; } +button.formbutton a { + margin: 4px; + position: relative; + top: 2px; +} + .button:hover > a > img:nth-of-type(1) { filter: contrast(50%); }