You've already forked 98.css
mirror of
https://github.com/jdan/98.css.git
synced 2026-05-05 06:01:22 +09:00
Move text on button press (#44)
* move text on button press * Delete 98.css * Delete 98.css
This commit is contained in:
@@ -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)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user