Move text on button press (#44)

* move text on button press

* Delete 98.css

* Delete 98.css
This commit is contained in:
fstr0 2020-05-17 20:17:50 +01:00 committed by GitHub
parent 5fcf41146e
commit 5b6727781b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -148,6 +148,7 @@ button {
button:not(:disabled):active { button:not(:disabled):active {
box-shadow: var(--border-sunken-outer), var(--border-sunken-inner); box-shadow: var(--border-sunken-outer), var(--border-sunken-inner);
padding: 2px 11px 0 13px;
} }
@media (not(hover)) { @media (not(hover)) {