From 89fad140a19679982b6f1efb16c7c867432f8cb8 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sat, 3 Apr 2010 03:41:06 +0000 Subject: #193482 follow-up: Committing missing system-messages.css. --- modules/system/system-messages.css | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 modules/system/system-messages.css (limited to 'modules/system') diff --git a/modules/system/system-messages.css b/modules/system/system-messages.css new file mode 100644 index 000000000..90d43d07d --- /dev/null +++ b/modules/system/system-messages.css @@ -0,0 +1,36 @@ +/* $Id */ + +div.messages { + background-color: #dfd; + color: #000; + margin-bottom: 0.25em; + padding: 0.25em 0.5em; +} + +.error { + color: #e55; +} + +div.error, +tr.error { + background-color: #fcc; +} + +.warning { + color: #e09010; +} + +div.warning, +tr.warning { + background-color: #fcfca7; +} + +.ok { + color: #008000; +} + +div.ok, +tr.ok { + background-color: #dfd; + color: #020; +} \ No newline at end of file -- cgit v1.2.3