mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-16 13:28:39 +00:00
button/img bug fixes
This commit is contained in:
parent
82cc53e633
commit
62ddb6689d
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user