position: absolute;
z-index: @navigator-fetching-z-index;
top: 0; bottom: 0; left: 0; right: 0;
- background: #fff url(../../images/loading.gif) no-repeat 4px 4px;
+ background: #fff url(../../../images/loading.gif) no-repeat 4px 4px;
}
}
overflow: auto;
&.loading {
- background: @white url("../../images/loading.gif") no-repeat 4px 2px;
+ background: @white url("../../../images/loading.gif") no-repeat 4px 2px;
}
}
display: block;
width: 16px;
height: 16px;
- background: #fff url(../../images/loading.gif) no-repeat center center;
+ background: #fff url(../../../images/loading.gif) no-repeat center center;
}
&.fetching-error {
.navigator-filter-favorite-toggle {
width: 16px;
height: @navigatorFiltersHeight;
- background: url(../../images/navigator/favorite-filters@2x.png) no-repeat center center;
+ background: url(../../../images/navigator/favorite-filters@2x.png) no-repeat center center;
background-size: 16px 14px;
}
}
.loading {
- background: url("../../images/loading.gif") no-repeat 4px 2px;
+ background: url("../images/loading.gif") no-repeat 4px 2px;
color: #444;
padding: 3px 25px;
}
}
.source_options td {
- background: url("../../images/sep12.png") no-repeat scroll 0 50% transparent;
+ background: url("../images/sep12.png") no-repeat scroll 0 50% transparent;
padding: 0 10px;
}
}
a.external {
- background: url('../../images/links/external.png') no-repeat 100% 0;
+ background: url('../images/links/external.png') no-repeat 100% 0;
padding: 0 16px 0 0;
}
.fav {
display: inline-block;
- background: url('../../images/star.png') no-repeat 100% 0;
+ background: url('../images/star.png') no-repeat 100% 0;
width: 16px;
height: 16px;
vertical-align: text-bottom;
.notfav {
display: inline-block;
- background: url('../../images/star_off.png') no-repeat 100% 0;
+ background: url('../images/star_off.png') no-repeat 100% 0;
width: 16px;
height: 16px;
vertical-align: text-bottom;
@import (reference) "mixins";
@import (reference) "variables";
-@imagesPath: '../../images/select2.png';
-@imagesPath2x: '../../images/select2x2.png';
-@spinnerPath: '../../images/spinner.gif';
+@imagesPath: '../images/select2.png';
+@imagesPath2x: '../images/select2x2.png';
+@spinnerPath: '../images/spinner.gif';
.select2-container {
vertical-align: middle;
width: 12px;
height: 12px;
font-size: 1px;
- background: url('../../images/select2.png') right top no-repeat;
+ background: url('../images/select2.png') right top no-repeat;
cursor: pointer;
text-decoration: none;
border: 0;
}
.select2-container .select2-choice div b {
- background: url('../../images/select2.png') no-repeat 0 1px;
+ background: url('../images/select2.png') no-repeat 0 1px;
display: block;
width: 100%;
height: 100%;
}
.select2-search input {
- background: #fff url('../../images/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%);
+ background: #fff url('../images/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%);
padding: 4px 20px 4px 5px;
outline: 0;
border: 1px solid #aaa;
}
.select2-search input.select2-active {
- background: #ffff url('../../images/spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%);
+ background: #ffff url('../images/spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%);
}
.select2-container-active .select2-choice,
}
.select2-more-results.select2-active {
- background: #f4f4f4 url('../../images/spinner.gif') no-repeat 100%;
+ background: #f4f4f4 url('../images/spinner.gif') no-repeat 100%;
}
.select2-more-results {
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
- background: #fff url('../../images/spinner.gif') no-repeat 100% !important;
+ background: #fff url('../images/spinner.gif') no-repeat 100% !important;
}
.select2-default {
width: 12px;
height: 13px;
font-size: 1px;
- background: url('../../images/select2.png') right top no-repeat;
+ background: url('../images/select2.png') right top no-repeat;
outline: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice div b {
- background-image: url(../../images/select2x2.png) !important;
+ background-image: url(../images/select2x2.png) !important;
background-repeat: no-repeat !important;
background-size: 60px 40px !important;
}
}
ul.headerLine li.sep {
- background: url("../../images/sep12.png") no-repeat scroll 50% 50% transparent;
+ background: url("../images/sep12.png") no-repeat scroll 50% 50% transparent;
padding: 0 5px 0 5px;
}
}
option.status_open {
- background-image: url('../../images/status/OPEN.png');
+ background-image: url('../images/status/OPEN.png');
}
option.status_reopened {
- background-image: url('../../images/status/REOPENED.png');
+ background-image: url('../images/status/REOPENED.png');
}
option.status_resolved {
- background-image: url('../../images/status/RESOLVED.png');
+ background-image: url('../images/status/RESOLVED.png');
}
option.status_closed {
- background-image: url('../../images/status/CLOSED.png');
+ background-image: url('../images/status/CLOSED.png');
}
option.sev_INFO, span.sev_INFO {
- background-image: url('../../images/priority/INFO.png');
+ background-image: url('../images/priority/INFO.png');
}
option.sev_MINOR, span.sev_MINOR {
- background-image: url('../../images/priority/MINOR.png');
+ background-image: url('../images/priority/MINOR.png');
}
option.sev_MAJOR, span.sev_MAJOR {
- background-image: url('../../images/priority/MAJOR.png');
+ background-image: url('../images/priority/MAJOR.png');
}
option.sev_CRITICAL, span.sev_CRITICAL {
- background-image: url('../../images/priority/CRITICAL.png');
+ background-image: url('../images/priority/CRITICAL.png');
}
option.sev_BLOCKER, span.sev_BLOCKER {
- background-image: url('../../images/priority/BLOCKER.png');
+ background-image: url('../images/priority/BLOCKER.png');
}
/* ------------------- VARIATIONS ------------------- */
color: #444;
vertical-align: bottom;
font-weight: bold;
- background: url('../../images/information.png') no-repeat left center;
+ background: url('../images/information.png') no-repeat left center;
}
.help p {
ul.bullet li {
padding: 2px 0;
- list-style-image: url("../../images/bullet.png");
+ list-style-image: url("../images/bullet.png");
}
.rule_title {
}
.line-info {
- background: url('../../images/information.png') no-repeat scroll left 50% transparent;
+ background: url('../images/information.png') no-repeat scroll left 50% transparent;
padding-left: 18px
}
.csv {
display: block;
- background: url("../../images/csv.png") no-repeat scroll left 50% transparent;
+ background: url("../images/csv.png") no-repeat scroll left 50% transparent;
padding: 2px 0 2px 20px;
}
.add {
display: block;
- background: url("../../images/add.png") no-repeat scroll left 50% transparent;
+ background: url("../images/add.png") no-repeat scroll left 50% transparent;
padding: 2px 0 2px 20px;
}
.restore {
display: block;
- background: url("../../images/restore.gif") no-repeat scroll left 50% transparent;
+ background: url("../images/restore.gif") no-repeat scroll left 50% transparent;
padding: 2px 0 2px 20px;
}
.compare {
display: block;
- background: url("../../images/compare.png") no-repeat scroll left 50% transparent;
+ background: url("../images/compare.png") no-repeat scroll left 50% transparent;
padding: 2px 0 2px 20px;
}
}
.link-more {
- background-image: url('../../images/bullet_arrow_down.png');
+ background-image: url('../images/bullet_arrow_down.png');
background-repeat: no-repeat;
padding-right: 20px;
background-position: right center;