mirror of
https://github.com/kaboomserver/website.git
synced 2025-04-23 13:06:30 -04:00
Minor button focus tweaks
This commit is contained in:
parent
fb663f66a0
commit
3436d9dc89
1 changed files with 2 additions and 2 deletions
|
@ -170,8 +170,8 @@ li {
|
|||
|
||||
.button:focus {
|
||||
box-shadow:
|
||||
inset 0 -1px 1px .15em rgba(0, 0, 0, .15),
|
||||
0 8px 15px rgba(0, 0, 0, .22);
|
||||
inset 0 0 1px .15em rgba(0, 0, 0, .15),
|
||||
0 8px 15px rgba(0, 0, 0, .32);
|
||||
}
|
||||
|
||||
.button span {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue