summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-11-24 05:30:50 +0000
committerDries Buytaert <dries@buytaert.net>2009-11-24 05:30:50 +0000
commit70a634a36826a4336c50994b5bd2f7e7b65034a3 (patch)
treebc619b12f14dd0f642e7e48002d6298b23879b87 /themes
parent02e70401ecb1c4a76d60bf44fc66090e1f0c10d1 (diff)
downloadbrdo-70a634a36826a4336c50994b5bd2f7e7b65034a3.tar.gz
brdo-70a634a36826a4336c50994b5bd2f7e7b65034a3.tar.bz2
- Patch #638430 by tobiasb, marcvangend: quick fix for error messages not being readable during install. Probably needs follow-up work.
Diffstat (limited to 'themes')
-rw-r--r--themes/seven/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/seven/style.css b/themes/seven/style.css
index fab811893..100406de8 100644
--- a/themes/seven/style.css
+++ b/themes/seven/style.css
@@ -161,6 +161,10 @@ div.error {
border-color: #d52;
}
+div.error p.error {
+ color: #333;
+}
+
div.status {
color: #360;
background: #cf8;