Skip to content
Snippets Groups Projects
Commit 6066559b authored by Kåre Slettnes's avatar Kåre Slettnes Committed by Hai-Nam Nguyen
Browse files

Issue #2323149 by kaare: ckeditor.admin.css: url() for tick.png and delete.png...

Issue #2323149 by kaare: ckeditor.admin.css: url() for tick.png and delete.png must point to ../images/
parent 60a129ca
No related branches found
Tags 7.98
No related merge requests found
......@@ -93,11 +93,11 @@ li.sortableItem {
}
#security-filters .filter-text-formats .enabled {
background: url(images/tick.png) no-repeat right center;
background: url(../images/tick.png) no-repeat right center;
}
#security-filters .filter-text-formats .disabled {
background: url(images/delete.png) no-repeat right center;
background: url(../images/delete.png) no-repeat right center;
}
#security-filters .filter-info {
......
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