Преглед на файлове

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

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2541 a333f486-631f-4898-b8df-5754b55c2be0
dflaven преди 12 години
родител
ревизия
e32b335540
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      css/light-grey.css

+ 3 - 0
css/light-grey.css

@@ -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;
 }