button/img bug fixes

This commit is contained in:
Dennis Eichhorn 2019-05-14 23:06:49 +02:00
parent 82cc53e633
commit 62ddb6689d
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ button, input[type="submit"], input[type="button"], a.button {
background: var(--button-colored-background);
color: var(--text-on-background-color-2);
margin: 0;
padding: 0;
padding: 0 1rem 0 1rem;
flex: 0;
height: 32px;
border: none;

View File

@ -3843,7 +3843,7 @@ button, input[type="submit"], input[type="button"], a.button {
background: var(--button-colored-background);
color: var(--text-on-background-color-2);
margin: 0;
padding: 0;
padding: 0 1rem 0 1rem;
flex: 0;
height: 32px;
border: none;