diff options
author | ot <ot@localhost> | 2007-03-22 05:00:53 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-03-22 05:00:53 +0000 |
commit | c462a2f14c55e561abf0971dffcd5766409cefde (patch) | |
tree | b84185cb94689cac9979cb08265e72f409178ddb /htdocs | |
parent | e8eda8508b751504f109233a3cfeafa9898e80ba (diff) | |
download | markup-validator-c462a2f14c55e561abf0971dffcd5766409cefde.zip markup-validator-c462a2f14c55e561abf0971dffcd5766409cefde.tar.gz markup-validator-c462a2f14c55e561abf0971dffcd5766409cefde.tar.bz2 |
another try at making the form more accessible contrast-wise
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/style/base.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/htdocs/style/base.css b/htdocs/style/base.css index 49f9346..009e3ec 100644 --- a/htdocs/style/base.css +++ b/htdocs/style/base.css @@ -5,7 +5,7 @@ Copyright 2000~2007 W3C (MIT, INRIA, Keio). All Rights Reserved. See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright - $Id: base.css,v 1.4 2007-03-15 06:54:48 ot Exp $ + $Id: base.css,v 1.5 2007-03-22 05:00:53 ot Exp $ */ /* @@ -301,7 +301,7 @@ fieldset p.submit_button input, fieldset div.submit_button input { border-bottom: white; padding-top:0.8em; padding-bottom:1px; - color: #fffff0 !important; + /* color: #fffff0 !important; */ } .tabset_tabs li.firstchild a, .tabset_tabs li:first-child a { @@ -375,6 +375,12 @@ fieldset.moreoptions th { text-align: left; } +#frontforms fieldset a:link, #frontforms fieldset a:hover, #frontforms fieldset a:visited, #frontforms fieldset a:active { + color: white !important; +} +fieldset a:link, fieldset a:visited, fieldset legend a:link, fieldset legend a:visited { +font-weight: bolder; +} fieldset.closed { border: 0; |