Skip to content
Snippets Groups Projects
Commit 98de8eeb authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2048895 by echoz: Fixed Dblog CSS results in background image repeating.

parent 1953ca1a
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,12 @@ ...@@ -35,7 +35,12 @@
.dblog-warning.even .active { .dblog-warning.even .active {
background: #eeedbd; background: #eeedbd;
} }
.admin-dblog .icon { .admin-dblog .icon,
.admin-dblog .dblog-warning .icon,
.admin-dblog .dblog-error .icon,
.admin-dblog .dblog-critical .icon,
.admin-dblog .dblog-alert .icon,
.admin-dblog .dblog-emergency .icon {
background: no-repeat center; background: no-repeat center;
width: 16px; width: 16px;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment