mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 21:28:07 -06:00
Add missing images and fix few paths
These images are used in CSS rules, but are missing. Images taken from MochaUI git repo.
This commit is contained in:
@@ -47,7 +47,7 @@ Required by:
|
||||
.mochaTitlebar {
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
background: url(../images/spacer.gif?from=fafafa&to=e5e5e5);
|
||||
background: url(../images/skin/spacer.gif?from=fafafa&to=e5e5e5);
|
||||
}
|
||||
|
||||
.mochaTitlebar h3 {
|
||||
@@ -188,7 +188,7 @@ div.mochaToolbarWrapper.bottom {
|
||||
left: 6px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
background: url(../images/spinner.gif) no-repeat;
|
||||
background: url(../images/skin/spinner.gif) no-repeat;
|
||||
}
|
||||
|
||||
.mochaIframe {
|
||||
@@ -334,7 +334,7 @@ div.mochaToolbarWrapper.bottom {
|
||||
/* Example Window Themes */
|
||||
|
||||
#about_contentWrapper {
|
||||
background: #e5e5e5 url(../images/logo2.gif) 3px 3px no-repeat;
|
||||
background: #e5e5e5 url(../images/skin/logo2.gif) 3px 3px no-repeat;
|
||||
}
|
||||
|
||||
#builder_contentWrapper {
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1623,7 +1623,7 @@ MUI.Window = new Class({
|
||||
|
||||
// Fix a mouseover issue with gauges in IE7
|
||||
if ( MUI.ieLegacySupport && options.shape == 'gauge') {
|
||||
this.windowEl.setStyle('backgroundImage', 'url(../images/spacer.gif)');
|
||||
this.windowEl.setStyle('backgroundImage', 'url(../images/skin/spacer.gif)');
|
||||
}
|
||||
|
||||
if (options.loadMethod == 'iframe') {
|
||||
|
||||
Reference in New Issue
Block a user