X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=cgilite%2Fcommon.css;h=16e99f23befd1f945ee7efbd71707a48ccd367ad;hb=efd5370cddd0cfc4a0e94e7f4ec1792abb7259c6;hp=30c3942eb5d8a2b4ef42e3fceb972b2d8c54a495;hpb=785c5f7e7828e93a2c6629036d8808865a0eec11;p=confetti diff --git a/cgilite/common.css b/cgilite/common.css index 30c3942..16e99f2 100644 --- a/cgilite/common.css +++ b/cgilite/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; }