From a0f06c23d54a9482d649e2b9569fa559b2390758 Mon Sep 17 00:00:00 2001 From: Shish Date: Fri, 9 Oct 2009 12:07:13 +0100 Subject: [PATCH] a handy thing from the danbooru theme --- themes/default/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/default/style.css b/themes/default/style.css index 3fc2be77..75e41b34 100644 --- a/themes/default/style.css +++ b/themes/default/style.css @@ -51,6 +51,7 @@ TD>INPUT[type="text"] {width: 100%;} TD>INPUT[type="password"] {width: 100%;} TD>TEXTAREA {width: 100%;} TD>SELECT {width: 100%;} +[onclick] {cursor:pointer;} TABLE.zebra {border-spacing: 0px; border: 2px solid #CCC;} TABLE.zebra TD, TABLE.zebra TH {vertical-align: middle; padding: 4px;}