summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorot <ot@localhost>2008-01-15 05:56:18 +0000
committerot <ot@localhost>2008-01-15 05:56:18 +0000
commit8141f2fb69d0849411b8a16d3e279150bba3609a (patch)
tree587a74a236074aa31902f1e09aba9e1f38bd3334
parent19911ad8748ac2590c52e56718013d458ee0b2e2 (diff)
downloadmarkup-validator-8141f2fb69d0849411b8a16d3e279150bba3609a.zip
markup-validator-8141f2fb69d0849411b8a16d3e279150bba3609a.tar.gz
markup-validator-8141f2fb69d0849411b8a16d3e279150bba3609a.tar.bz2
trying to style radio/checkbox input in IE
-rw-r--r--htdocs/style/base.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/htdocs/style/base.css b/htdocs/style/base.css
index fd61b1c..915a5ef 100644
--- a/htdocs/style/base.css
+++ b/htdocs/style/base.css
@@ -114,6 +114,11 @@ h5,h6 {
/* @group Inputs */
+div#frontforms input {
+ /* default for radio and checkbox. Others will be handled directly */
+ background-color: #EAEBEE;
+}
+
input#uri, input#file, input#uploaded_file, input#keywords, input#short_desc, textarea {
font-family: Monaco, "Courier New", Monospace;
font-size: 0.9em;