X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=common.css;fp=common.css;h=16e99f23befd1f945ee7efbd71707a48ccd367ad;hb=de473d4e02928b374781a1930e052dfb215a6201;hp=30c3942eb5d8a2b4ef42e3fceb972b2d8c54a495;hpb=c16fa9412ca9760759fa0357278c3bf8e065959d;p=confetti diff --git a/common.css b/common.css index 30c3942..16e99f2 100644 --- a/common.css +++ b/common.css @@ -31,7 +31,7 @@ a { color: #068; word-break: break-word; } -a.button { +a.button, label.button { font-style: inherit; text-decoration: inherit; color: inherit; @@ -86,7 +86,7 @@ h1 { } h2 { font-size: 1.125em; } -select, input, button, textarea, a.button { +select, input, button, textarea, a.button, label.button { display: inline-block; color: #000; background-color: #FFF; border: .5pt solid; @@ -103,7 +103,7 @@ input[type=radio], input[type=checkbox] { } input[type=number] { text-align: right; padding-right: 0; } -button, input[type=button], a.button { +button, input[type=button], a.button, label.button { box-shadow: .125em .125em .25em; cursor: pointer; }