]> git.plutz.net Git - webpoll/blobdiff - widgets.css
allow different select modes
[webpoll] / widgets.css
index 6763d4004ace8d15be0e789bf01d75396f6f382c..245597c65fe8c1219065796702f11fb444a6e2f6 100644 (file)
@@ -34,17 +34,19 @@ table.calendar tbody tr th.weekno {
   color: #888;
 }
 
-table.calendar input[type=radio] {
+table.calendar input[type=radio],
+table.calendar input[type=checkbox] {
   display: none;
 }
-table.calendar td input + label {
+table.calendar td label {
   display: inline-block;
   width: 2em;
   margin: 0; padding: .25em;
   text-align: right;
   line-height: 1em;
 }
-table.calendar td input:checked + label {
+table.calendar td input:checked + label,
+table.calendar td label[checked] {
   font-weight: bold;
   line-height: .75em;
   border: .125em solid;