1 /* --------------------------------------------------------------
4 * Gives you some great CSS-only buttons.
6 Created by Kevin Hale [particletree.com]
7 * particletree.com/features/rediscovering-the-button-element
9 See Readme.txt in this folder for instructions.
11 -------------------------------------------------------------- */
16 margin: 0.7em 0.5em 0.7em 0;
17 padding:5px 10px 5px 7px; /* Links */
19 border:1px solid
#dedede;
20 border-top:1px solid
#eee;
21 border-left:1px solid
#eee;
23 background-color:#f5f5f5;
24 font-family:"Lucida Grande", Tahoma
, Arial
, Verdana
, sans-serif
;
35 padding:4px 10px 3px 7px; /* IE6 */
38 padding:4px 10px 4px 7px; /* Firefox */
39 line-height:17px; /* Safari */
41 *:first-child
+html button
[type
] {
42 padding:4px 10px 3px 7px; /* IE7 */
44 button img
, a
.button img
{
45 margin:0 3px -3px 0 !important
;
55 -------------------------------------------------------------- */
58 button:hover
, a
.button:hover
{
59 background-color:#dff4ff;
60 border:1px solid
#c2e1ef;
64 background-color:#6299c5;
65 border:1px solid
#6299c5;
73 a
.positive:hover
, button
.positive:hover
{
74 background-color:#E6EFC2;
75 border:1px solid
#C6D880;
79 background-color:#529214;
80 border:1px solid
#529214;
88 a
.negative:hover
, button
.negative:hover
{
89 background-color:#fbe3e4;
90 border:1px solid
#fbc2c4;
94 background-color:#d12f19;
95 border:1px solid
#d12f19;