click effect on button
This commit is contained in:
parent
226df715b2
commit
e68a1e5ecc
@ -76,7 +76,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.case-border:active, .case-border:focus, .circle:active, .circle:focus {
|
.case-border:active, .case-border:focus, .circle:active, .circle:focus {
|
||||||
box-shadow: 0 0 5px 2px black;
|
box-shadow: 0 0 2px 0 black, 0 0 15px 2px white;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes hover-effect
|
@keyframes hover-effect
|
||||||
@ -113,11 +113,10 @@
|
|||||||
|
|
||||||
.circle-text {
|
.circle-text {
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 12px;
|
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-top: -2px;
|
margin-top: -3px;
|
||||||
text-shadow: 1px 1px 5px #000;
|
text-shadow: 1px 1px 5px #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
739
|
740
|
||||||
Loading…
x
Reference in New Issue
Block a user