From: cash Date: Sat, 6 Nov 2010 22:15:49 +0000 (+0000) Subject: added text color for warnings otherwise warnings that occur in topbar end up blank X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=a8d85022734394d99cae9001206eda71e2101371;p=lorea%2Felgg.git added text color for warnings otherwise warnings that occur in topbar end up blank git-svn-id: http://code.elgg.org/elgg/trunk@7250 36083f99-b078-4883-b0ff-0f9b5a30f544 --- diff --git a/views/default/css.php b/views/default/css.php index c442081a2..618195c56 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -156,6 +156,7 @@ pre, code { font-family:Monaco,"Courier New",Courier,monospace; font-size:12px; background:#EBF5FF; + color:#000000; overflow:auto; overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */