Remove black border around icons in the dashbaord editor (class and icon popup menus)

SVN:trunk[2541]
This commit is contained in:
Denis Flaven
2012-12-06 15:09:36 +00:00
parent cb4735ba6b
commit d5467ca383

View File

@@ -1406,4 +1406,7 @@ a.summary, a.summary:hover {
border: 1px solid #933;
background: url(../images/error.png) 1em 1em no-repeat #fcc;
padding-left: 3em;
}
.fg-menu a img {
border: 0;
}