summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2008-01-18 16:14:56 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2008-01-18 16:14:56 +0000
commit5d43caf22146de5bcde97b2eb81c96da2e7afcc5 (patch)
tree5e407d8265458b22976f925d8a07bbf45c3937c4 /themes
parent5ddab72f8a14ca6e0080fac12e03df96494e53c7 (diff)
downloadbrdo-5d43caf22146de5bcde97b2eb81c96da2e7afcc5.tar.gz
brdo-5d43caf22146de5bcde97b2eb81c96da2e7afcc5.tar.bz2
#200210 by gaele: more accessible color contrast in Garland error messages
Diffstat (limited to 'themes')
-rw-r--r--themes/garland/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/garland/style.css b/themes/garland/style.css
index 9e1f6c47c..8df698ba3 100644
--- a/themes/garland/style.css
+++ b/themes/garland/style.css
@@ -1006,18 +1006,18 @@ tr.taxonomy-term-divider-bottom {
}
div.status {
- color: #3a3;
+ color: #33a333;
border-color: #c7f2c8;
}
div.error, tr.error {
- color: #c52020;
+ color: #a30000;
background-color: #FFCCCC;
}
.form-item input.error, .form-item textarea.error {
border: 1px solid #c52020;
- color: #494949;
+ color: #363636;
}
/**