shdoaw
This commit is contained in:
parent
ea669dbed7
commit
d2007c518f
1 changed files with 4 additions and 2 deletions
|
@ -189,8 +189,9 @@ hr {
|
|||
.web-button.noimg {
|
||||
text-shadow: 1px 1px 0 #000;
|
||||
box-shadow:
|
||||
inset -1px -1px 0 0 #000,
|
||||
inset 1px 1px 0 0 #fff,
|
||||
inset -1px -1px 0 0 #000;
|
||||
inset -2px -2px 0 0 #0008;
|
||||
/* background-image: linear-gradient(135deg, transparent, #8888); */
|
||||
}
|
||||
|
||||
|
@ -215,8 +216,9 @@ hr {
|
|||
|
||||
.web-button.noimg:hover {
|
||||
box-shadow:
|
||||
inset 1px 1px 0 0 #fff,
|
||||
inset -1px -1px 0 0 #000,
|
||||
inset 1px 1px 0 0 #fff,
|
||||
inset -2px -2px 0 0 #0008,
|
||||
4px 4px 0 -1px var(--shadow),
|
||||
3px 3px 0 -1px var(--shadow),
|
||||
2px 2px 0 -1px var(--shadow),
|
||||
|
|
Loading…
Reference in a new issue