aboutsummaryrefslogtreecommitdiff
path: root/dudle.css
diff options
context:
space:
mode:
authorunknown <Benjamin.Kellermann@gmx.de>2008-10-23 00:28:04 +0200
committerunknown <Benjamin.Kellermann@gmx.de>2008-10-23 00:28:04 +0200
commit4cbe5157913a54b4214667987489ac1d9e25ae89 (patch)
treecf0a14adc21cab93503fc38eb685039ee9c78ad0 /dudle.css
parentce900f909cd52b735f5c5bd0f3c70ff2e09f2f90 (diff)
added history support
Diffstat (limited to '')
-rw-r--r--dudle.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/dudle.css b/dudle.css
index 0a206df..826c2f3 100644
--- a/dudle.css
+++ b/dudle.css
@@ -5,6 +5,14 @@ td.undecided { background-color:#DDD;color:#666 }
td.name {
text-align:right;
}
+input.historynavi{
+ border-width: 0px;
+ border-style: none;
+ padding: 0px;
+ cursor: pointer;
+ background-color: white;
+ color: blue;
+}
input.navigation, input.disabled, input.choosen, input.notchoosen {
border-width: 1px;
border-style: solid;