diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-04-03 03:41:06 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-04-03 03:41:06 +0000 |
commit | 89fad140a19679982b6f1efb16c7c867432f8cb8 (patch) | |
tree | bfa4e73c576519fd2f5b3b9f4df334f3890e1582 | |
parent | 1e25da7eab1cc9ca572cfbab56b50e342558d631 (diff) | |
download | brdo-89fad140a19679982b6f1efb16c7c867432f8cb8.tar.gz brdo-89fad140a19679982b6f1efb16c7c867432f8cb8.tar.bz2 |
#193482 follow-up: Committing missing system-messages.css.
-rw-r--r-- | modules/system/system-messages.css | 36 |
1 files changed, 36 insertions, 0 deletions
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 |