click effect on button

This commit is contained in:
Anand Doshi 2012-02-27 18:31:15 +05:30
parent 226df715b2
commit e68a1e5ecc
2 changed files with 3 additions and 4 deletions

View File

@ -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;
} }

View File

@ -1 +1 @@
739 740