summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2012-04-01 14:58:08 +0200
committerDaniel Friesel <derf@finalrewind.org>2012-04-01 14:58:08 +0200
commit111379aeec0e63c53bd65b388e0f12b71642175a (patch)
tree3f66ce8c61953867e269dd208db99227f9ee098e
parent25dc372954813ece8115b10d37841edf501fc8f2 (diff)
some CSS for input fields
-rw-r--r--cgi/index.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/cgi/index.pl b/cgi/index.pl
index 96c93d7..73a160a 100644
--- a/cgi/index.pl
+++ b/cgi/index.pl
@@ -208,7 +208,9 @@ __DATA__
padding-right: 0.5em;
}
- span.
+ input, select {
+ border: 1px solid #000066;
+ }
</style>
</head>