- Patch #638430 by tobiasb, marcvangend: quick fix for error messages not being readable during install. Probably needs follow-up work.

merge-requests/26/head
Dries Buytaert 2009-11-24 05:30:50 +00:00
parent 02e70401ec
commit 70a634a368
1 changed files with 4 additions and 0 deletions

View File

@ -161,6 +161,10 @@ div.error {
border-color: #d52;
}
div.error p.error {
color: #333;
}
div.status {
color: #360;
background: #cf8;