Fix misplaced icon on admin dashboard

This commit is contained in:
Xavier Rousset
2016-12-01 15:03:34 +01:00
parent b7d2db2bea
commit e7dd94d5b8
2 changed files with 3 additions and 2 deletions

View File

@@ -253,6 +253,7 @@ div.switch_right.unchecked {
}
.board_section div[class="section"] ul.setup li.blocker {
background-image: url('#{$iconsPath}delete.png');
background-size: 16px;
}
.board_section div[class="section"] ul.setup li:hover {
background-color: #fffbcd;