mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 15:55:04 +00:00
Make button focus more clear
This commit is contained in:
parent
e76995b83b
commit
fb663f66a0
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ li {
|
||||||
|
|
||||||
.button:focus {
|
.button:focus {
|
||||||
box-shadow:
|
box-shadow:
|
||||||
inset 0 .250em .250em rgba(0, 0, 0, .1),
|
inset 0 -1px 1px .15em rgba(0, 0, 0, .15),
|
||||||
0 8px 15px rgba(0, 0, 0, .22);
|
0 8px 15px rgba(0, 0, 0, .22);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue