]> git.plutz.net Git - webpoll/blobdiff - widgets.css
submit mode for calendar widget
[webpoll] / widgets.css
index bb48f5272aaeb5764f4754361dee99103b5b6b6d..594e115c8ad49165738624cc1aab11c75216b68d 100644 (file)
@@ -37,15 +37,20 @@ table.calendar input[type=radio],
 table.calendar input[type=checkbox] {
   display: none;
 }
-table.calendar td label {
+table.calendar td label,
+table.calendar td button {
   display: inline-block;
   width: 2em;
   margin: 0; padding: .25em;
   text-align: right;
   line-height: 1em;
+  box-shadow: none;
+  border-radius: 0;
+  border: none;
 }
 table.calendar td input:checked + label,
-table.calendar td label[checked] {
+table.calendar td label[checked],
+table.calendar td button[name$=_remove] {
   font-weight: bold;
   line-height: .75em;
   border: .125em solid;