From 26cf710531e664f93bba52d106f7bf3b67185b9c Mon Sep 17 00:00:00 2001 From: webchick Date: Thu, 27 Mar 2014 12:22:34 -0700 Subject: [PATCH] Issue #2070323 by tompagabor, LewisNyman, miro_dietiker, Bojhan: Apply seven style guide to dblog. --- core/modules/dblog/css/dblog.module.css | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/core/modules/dblog/css/dblog.module.css b/core/modules/dblog/css/dblog.module.css index 9bfdda4d1e..af6036e29a 100644 --- a/core/modules/dblog/css/dblog.module.css +++ b/core/modules/dblog/css/dblog.module.css @@ -17,24 +17,6 @@ padding: 3ex 0 0; vertical-align: top; } -.dblog-user.odd .active { - background: #ddf; -} -.dblog-user.even .active { - background: #cce; -} -.dblog-error.odd .active { - background: #ffc9c9; -} -.dblog-error.even .active { - background: #eeb9b9; -} -.dblog-warning.odd .active { - background: #fffdca; -} -.dblog-warning.even .active { - background: #eeedbd; -} .admin-dblog .icon, .admin-dblog .dblog-warning .icon, .admin-dblog .dblog-error .icon, -- GitLab