Move all icon resources to icon folder root

This commit is contained in:
jagannatharjun
2020-05-18 20:30:51 +05:30
parent 841536c9c5
commit ab91d546e5
166 changed files with 353 additions and 396 deletions

View File

@@ -46,7 +46,7 @@ Required by:
.mochaTitlebar {
width: 100%;
overflow: hidden;
background: url(../images/skin/spacer.gif?from=fafafa&to=e5e5e5);
background: url(../images/spacer.gif?from=fafafa&to=e5e5e5);
}
.mochaTitlebar h3 {
@@ -187,7 +187,7 @@ div.mochaToolbarWrapper.bottom {
left: 6px;
width: 16px;
height: 16px;
background: url(../images/skin/spinner.gif) no-repeat;
background: url(../images/spinner.gif) no-repeat;
}
.mochaIframe {
@@ -335,7 +335,7 @@ div.mochaToolbarWrapper.bottom {
/* Example Window Themes */
#about_contentWrapper {
background: #e5e5e5 url(../images/skin/logo2.gif) 3px 3px no-repeat;
background: #e5e5e5 url(../images/logo2.gif) 3px 3px no-repeat;
}
#builder_contentWrapper {