fix docs pressed button styles
This commit is contained in:
parent
63109f322c
commit
21894c2d27
1 changed files with 2 additions and 3 deletions
|
|
@ -108,9 +108,8 @@ button.focused {
|
||||||
}
|
}
|
||||||
|
|
||||||
button.active {
|
button.active {
|
||||||
box-shadow: inset -1px -1px var(--button-highlight),
|
box-shadow: inset -1px -1px #ffffff, inset 1px 1px #0a0a0a,
|
||||||
inset 1px 1px var(--window-frame), inset -2px -2px var(--button-face),
|
inset -2px -2px #dfdfdf, inset 2px 2px #808080;
|
||||||
inset 2px 2px var(--button-shadow);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 480px) {
|
@media (max-width: 480px) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue