aboutsummaryrefslogtreecommitdiff
path: root/classic.css
diff options
context:
space:
mode:
Diffstat (limited to 'classic.css')
-rw-r--r--classic.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/classic.css b/classic.css
index fe4bdab..cb7f969 100644
--- a/classic.css
+++ b/classic.css
@@ -17,6 +17,11 @@
* along with dudle. If not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/
+.invisible {
+ border: none;
+ background-color: #FFF;
+}
+
td.ayes, td.bmaybe, td.cno { cursor:default; }
td.ayes{ background-color:#0F0; }