mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°1792 Fix error message in browser console "Failed to load resource: ERR_INVALID_URL"
This commit is contained in:
@@ -405,7 +405,7 @@ input.textSearch {
|
||||
}
|
||||
.ui-accordion-content ul {
|
||||
list-style: none;
|
||||
list-style-image: url(data:0);
|
||||
list-style-image: none;
|
||||
padding-left: 16px;
|
||||
margin-top: 8px;
|
||||
}
|
||||
@@ -416,7 +416,7 @@ input.textSearch {
|
||||
padding: 8px 0px 8px 8px;
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
list-style-image: url(data:0);
|
||||
list-style-image: none;
|
||||
border: 0;
|
||||
}
|
||||
.nothing {
|
||||
|
||||
@@ -480,7 +480,7 @@ input.textSearch {
|
||||
|
||||
.ui-accordion-content ul {
|
||||
list-style:none;
|
||||
list-style-image: url(data:0);
|
||||
list-style-image: none;
|
||||
padding-left:16px;
|
||||
margin-top: 8px;
|
||||
}
|
||||
@@ -493,7 +493,7 @@ input.textSearch {
|
||||
padding: 8px 0px 8px 8px;
|
||||
margin:0;
|
||||
list-style:none;
|
||||
list-style-image: url(data:0);
|
||||
list-style-image: none;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user