/ Published in: JavaScript
URL: http://dealis.pl/bzdury/css-cssbutton/
Expand |
Embed | Plain Text
* { padding: 0; margin: 0; } *:focus { outline: none; } body { font:13px/17px "Lucida Grande","Lucida Sans",sans-serif; color: #333333; padding: 1em; } a.button { -webkit-box-shadow: 0 0px 1px 1px #F0F0F0; -moz-box-shadow: 1px 1px 1px #F0F0F0; box-shadow: 1px 1px 1px #F0F0F0; -moz-border-radius: 30px; -webkit-border-radius: 30px; -khtml-border-radius: 30px; border: 1px solid #CCCCCC; padding: 2px 10px 2px 10px; font-size: 12px; text-decoration: none; color: #888888; } a.button:hover { border: 1px solid #ACACAC; color: #666666; } a.button:hover:active { border: 1px solid #777777; color: #000000; }
You need to login to post a comment.
