mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-04 22:52:33 -06:00
Move all icon resources to icon folder root
This commit is contained in:
@@ -43,13 +43,13 @@ body {
|
||||
position: relative;
|
||||
height: 45px;
|
||||
overflow: hidden;
|
||||
background: #718BA6 url(../images/skin/bg-header.gif) repeat-x;
|
||||
background: #718BA6 url(../images/bg-header.gif) repeat-x;
|
||||
}
|
||||
|
||||
#desktopTitlebar {
|
||||
padding: 7px 8px 6px 8px;
|
||||
height: 32px;
|
||||
background: url(../images/skin/logo.gif) no-repeat;
|
||||
background: url(../images/logo.gif) no-repeat;
|
||||
background-position: left 0;
|
||||
}
|
||||
|
||||
@@ -141,14 +141,14 @@ body {
|
||||
}
|
||||
|
||||
#desktopNavbar ul li a.arrow-right, #desktopNavbar ul li a:hover.arrow-right {
|
||||
background-image: url(../images/skin/arrow-right.gif);
|
||||
background-image: url(../images/arrow-right.gif);
|
||||
background-repeat: no-repeat;
|
||||
background-position: right 7px;
|
||||
}
|
||||
|
||||
#desktopNavbar li ul {
|
||||
border: 1px solid #3f3f3f;
|
||||
background: #fff url(../images/skin/bg-dropdown.gif) repeat-y;
|
||||
background: #fff url(../images/bg-dropdown.gif) repeat-y;
|
||||
position: absolute;
|
||||
left: -999em;
|
||||
z-index: 8000;
|
||||
@@ -290,7 +290,7 @@ li.divider {
|
||||
|
||||
.panel-header {
|
||||
position: relative;
|
||||
background: #f1f1f1 url(../images/skin/bg-panel-header.gif) repeat-x;
|
||||
background: #f1f1f1 url(../images/bg-panel-header.gif) repeat-x;
|
||||
height: 30px;
|
||||
overflow: hidden;
|
||||
border-bottom: 1px solid #d3d3d3;
|
||||
@@ -301,7 +301,7 @@ li.divider {
|
||||
}
|
||||
|
||||
.panel-headerContent.tabs {
|
||||
background: url(../images/skin/tabs.gif) repeat-x;
|
||||
background: url(../images/tabs.gif) repeat-x;
|
||||
background-position: left -68px;
|
||||
}
|
||||
|
||||
@@ -316,11 +316,11 @@ li.divider {
|
||||
}
|
||||
|
||||
.panel-collapse {
|
||||
background: url(../images/skin/collapse.svg) left top no-repeat;
|
||||
background: url(../images/collapse.svg) left top no-repeat;
|
||||
}
|
||||
|
||||
.panel-expand {
|
||||
background: url(../images/skin/collapse.svg) left top no-repeat;
|
||||
background: url(../images/collapse.svg) left top no-repeat;
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
|
||||
@@ -336,7 +336,7 @@ li.divider {
|
||||
line-height: 1px;
|
||||
font-size: 1px;
|
||||
overflow: hidden;
|
||||
background: #eee url(../images/skin/bg-handle-horizontal.gif) repeat-x;
|
||||
background: #eee url(../images/bg-handle-horizontal.gif) repeat-x;
|
||||
}
|
||||
|
||||
.horizontalHandle.detached .handleIcon {
|
||||
@@ -349,7 +349,7 @@ li.divider {
|
||||
line-height: 1px;
|
||||
font-size: 1px;
|
||||
overflow: hidden;
|
||||
background: url(../images/skin/handle-icon-horizontal.gif) center center no-repeat;
|
||||
background: url(../images/handle-icon-horizontal.gif) center center no-repeat;
|
||||
}
|
||||
|
||||
.columnHandle {
|
||||
@@ -357,7 +357,7 @@ li.divider {
|
||||
float: left;
|
||||
width: 4px;
|
||||
overflow: hidden;
|
||||
background: #c3c3c3 url(../images/skin/handle-icon.gif) center center no-repeat;
|
||||
background: #c3c3c3 url(../images/handle-icon.gif) center center no-repeat;
|
||||
border: 1px solid #909090;
|
||||
border-top: 0;
|
||||
border-bottom: 0;
|
||||
@@ -378,7 +378,7 @@ li.divider {
|
||||
}
|
||||
|
||||
div.toolbox.divider { /* Have to specify div here for IE6's sake */
|
||||
background: url(../images/skin/toolbox-divider.gif) repeat-y;
|
||||
background: url(../images/toolbox-divider.gif) repeat-y;
|
||||
padding-left: 8px;
|
||||
}
|
||||
|
||||
@@ -413,13 +413,13 @@ div.toolbox.divider { /* Have to specify div here for IE6's sake */
|
||||
#spinnerWrapper {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
background: url(../images/skin/spinner-placeholder.gif) no-repeat;
|
||||
background: url(../images/spinner-placeholder.gif) no-repeat;
|
||||
margin: 4px 5px 0 5px;
|
||||
}
|
||||
|
||||
#spinner {
|
||||
display: none;
|
||||
background: url(../images/skin/spinner.gif) no-repeat;
|
||||
background: url(../images/spinner.gif) no-repeat;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@ Required by:
|
||||
|
||||
.toolbarTabs {
|
||||
padding: 0 5px 2px 2px;
|
||||
background: url(../images/skin/tabs.gif) repeat-x;
|
||||
background: url(../images/tabs.gif) repeat-x;
|
||||
background-position: left -70px;
|
||||
overflow: visible;
|
||||
}
|
||||
@@ -38,12 +38,12 @@ Required by:
|
||||
float: left;
|
||||
margin: 0 0 5px 0;
|
||||
cursor: pointer;
|
||||
background: url(../images/skin/tabs.gif) repeat-x;
|
||||
background: url(../images/tabs.gif) repeat-x;
|
||||
background-position: left -35px;
|
||||
}
|
||||
|
||||
.tab-menu li.selected {
|
||||
background: url(../images/skin/tabs.gif) repeat-x;
|
||||
background: url(../images/tabs.gif) repeat-x;
|
||||
background-position: left 0;
|
||||
}
|
||||
|
||||
@@ -54,13 +54,13 @@ Required by:
|
||||
text-align: center;
|
||||
font-weight: normal;
|
||||
color: #181818;
|
||||
background: url(../images/skin/tabs.gif) repeat-x;
|
||||
background: url(../images/tabs.gif) repeat-x;
|
||||
background-position: right -35px;
|
||||
}
|
||||
|
||||
.tab-menu li.selected a {
|
||||
color: #181818;
|
||||
font-weight: bold;
|
||||
background: url(../images/skin/tabs.gif) repeat-x;
|
||||
background: url(../images/tabs.gif) repeat-x;
|
||||
background-position: right 0;
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -78,14 +78,14 @@ tr.dynamicTableHeader {
|
||||
}
|
||||
|
||||
.dynamicTable th.sorted {
|
||||
background-image: url(../images/qbt-theme/go-up.svg);
|
||||
background-image: url(../images/go-up.svg);
|
||||
background-position: right;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 15px;
|
||||
}
|
||||
|
||||
.dynamicTable th.sorted.reverse {
|
||||
background-image: url(../images/qbt-theme/go-down.svg);
|
||||
background-image: url(../images/go-down.svg);
|
||||
}
|
||||
|
||||
.dynamicTable td img.flags {
|
||||
|
||||
@@ -237,7 +237,7 @@ a.propButton img {
|
||||
}
|
||||
|
||||
.contextMenu li a.arrow-right, .contextMenu li a:hover.arrow-right {
|
||||
background-image: url(../images/skin/arrow-right.gif);
|
||||
background-image: url(../images/arrow-right.gif);
|
||||
background-repeat: no-repeat;
|
||||
background-position: right center;
|
||||
}
|
||||
@@ -290,7 +290,7 @@ a.propButton img {
|
||||
width: 420px;
|
||||
font-size: 1px;
|
||||
line-height: 1px;
|
||||
background: #f2f2f2 url(../images/skin/slider-area.gif) repeat-x;
|
||||
background: #f2f2f2 url(../images/slider-area.gif) repeat-x;
|
||||
border: 1px solid #a3a3a3;
|
||||
border-bottom: 1px solid #ccc;
|
||||
border-left: 1px solid #ccc;
|
||||
@@ -307,7 +307,7 @@ a.propButton img {
|
||||
width: 19px;
|
||||
font-size: 1px;
|
||||
line-height: 1px;
|
||||
background: url(../images/skin/knob.gif) no-repeat;
|
||||
background: url(../images/knob.gif) no-repeat;
|
||||
cursor: pointer;
|
||||
overflow: hidden;
|
||||
z-index: 2;
|
||||
@@ -331,7 +331,7 @@ a.propButton img {
|
||||
}
|
||||
|
||||
#mochaToolbar .divider {
|
||||
background-image: url(../images/skin/toolbox-divider.gif);
|
||||
background-image: url(../images/toolbox-divider.gif);
|
||||
background-repeat: no-repeat;
|
||||
background-position: left center;
|
||||
padding-left: 14px;
|
||||
@@ -357,7 +357,7 @@ a.propButton img {
|
||||
#torrentsFilterInput {
|
||||
width: 160px;
|
||||
padding-left: 2em;
|
||||
background-image: url("../images/qbt-theme/edit-find.svg");
|
||||
background-image: url("../images/edit-find.svg");
|
||||
background-repeat: no-repeat;
|
||||
background-size: 1.5em;
|
||||
background-position: left;
|
||||
@@ -371,7 +371,7 @@ a.propButton img {
|
||||
#torrentFilesFilterInput {
|
||||
width: 160px;
|
||||
padding-left: 2em;
|
||||
background-image: url("../images/qbt-theme/edit-find.svg");
|
||||
background-image: url("../images/edit-find.svg");
|
||||
background-repeat: no-repeat;
|
||||
background-size: 1.5em;
|
||||
background-position: left;
|
||||
@@ -569,7 +569,7 @@ td.generalLabel {
|
||||
|
||||
td.statusBarSeparator {
|
||||
width: 22px;
|
||||
background-image: url('../images/skin/toolbox-divider.gif');
|
||||
background-image: url('../images/toolbox-divider.gif');
|
||||
background-repeat: no-repeat;
|
||||
background-position: center 1px;
|
||||
background-size: 2px 18px;
|
||||
|
||||
Reference in New Issue
Block a user