From 0c7872090d08af57d33e69e26371f46aa1b86806 Mon Sep 17 00:00:00 2001 From: Kyle Taylor Date: Sun, 16 Mar 2014 15:57:39 -0500 Subject: [PATCH] Added colors to dblog to help show status --- core.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/core.css b/core.css index 6bf0b6a..55b2ee4 100644 --- a/core.css +++ b/core.css @@ -1047,4 +1047,14 @@ div.ctools-modal-content .color-form .form-item input { position: static !important; width: 50% !important; z-index: 1 !important; -} \ No newline at end of file +} + +/** + * Watchdog/dblog ================================================= + */ + +#admin-dblog td {border-color: #ccc;} +#admin-dblog .dblog-notice td, #admin-dblog .dblog-notice .active {background-color:#ECF8FC;} +#admin-dblog .dblog-info td, #admin-dblog .dblog-info .active {background-color: #DFF2BF;} +#admin-dblog .dblog-warning td, #admin-dblog .dblog-warning .active {background-color: #FEEFB3;} +#admin-dblog .dblog-error td, #admin-dblog .dblog-error .active {background-color: #FFBABA;} -- 1.8.5.2 (Apple Git-48)