add build files
This commit is contained in:
parent
31394407dc
commit
6fdbfd2bab
2 changed files with 2 additions and 2 deletions
|
|
@ -98,7 +98,7 @@ button {
|
||||||
padding: 0 12px;
|
padding: 0 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button:active {
|
button:not(:disabled):active {
|
||||||
box-shadow: inset -1px -1px #ffffff,
|
box-shadow: inset -1px -1px #ffffff,
|
||||||
inset 1px 1px #0a0a0a, inset -2px -2px #dfdfdf,
|
inset 1px 1px #0a0a0a, inset -2px -2px #dfdfdf,
|
||||||
inset 2px 2px #808080;
|
inset 2px 2px #808080;
|
||||||
|
|
|
||||||
|
|
@ -98,7 +98,7 @@ button {
|
||||||
padding: 0 12px;
|
padding: 0 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button:active {
|
button:not(:disabled):active {
|
||||||
box-shadow: inset -1px -1px #ffffff,
|
box-shadow: inset -1px -1px #ffffff,
|
||||||
inset 1px 1px #0a0a0a, inset -2px -2px #dfdfdf,
|
inset 1px 1px #0a0a0a, inset -2px -2px #dfdfdf,
|
||||||
inset 2px 2px #808080;
|
inset 2px 2px #808080;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue