You've already forked 98.css
mirror of
https://github.com/jdan/98.css.git
synced 2026-05-05 06:01:22 +09:00
fix docs pressed button styles
This commit is contained in:
@@ -108,9 +108,8 @@ button.focused {
|
||||
}
|
||||
|
||||
button.active {
|
||||
box-shadow: inset -1px -1px var(--button-highlight),
|
||||
inset 1px 1px var(--window-frame), inset -2px -2px var(--button-face),
|
||||
inset 2px 2px var(--button-shadow);
|
||||
box-shadow: inset -1px -1px #ffffff, inset 1px 1px #0a0a0a,
|
||||
inset -2px -2px #dfdfdf, inset 2px 2px #808080;
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
|
||||
Reference in New Issue
Block a user