minor update
This commit is contained in:
parent
350c68611c
commit
2f0533db2d
|
|
@ -1641,14 +1641,9 @@ var orbitDesktop = function(dom){
|
||||||
return;
|
return;
|
||||||
} else {
|
} else {
|
||||||
$('.sdm').hover(function(){
|
$('.sdm').hover(function(){
|
||||||
$(this).stop(1,1).toggleClass('thmc2 thmtxt');
|
$(this).stop(1,1).addClass('thmc2 thmtxt');
|
||||||
}, function(){
|
}, function(){
|
||||||
$(this).stop(1,1).toggleClass('thmc2 thmtxt');
|
$(this).stop(1,1).removeClass('thmc2 thmtxt');
|
||||||
});
|
|
||||||
$('.sdm').find('a').hover(function(){
|
|
||||||
$(this).stop(1,1).toggleClass('thmc2 thmtxt');
|
|
||||||
}, function(){
|
|
||||||
$(this).stop(1,1).toggleClass('thmc2 thmtxt');
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -395,7 +395,8 @@ disabled look for disabled choices in the results dropdown
|
||||||
|
|
||||||
.select2-offscreen {
|
.select2-offscreen {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: -10000px; }
|
left: -10000px;
|
||||||
|
top: 0; }
|
||||||
|
|
||||||
/* Retina-ize icons */
|
/* Retina-ize icons */
|
||||||
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
|
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
|
||||||
|
|
|
||||||
|
|
@ -425,6 +425,7 @@ disabled look for disabled choices in the results dropdown
|
||||||
.select2-offscreen {
|
.select2-offscreen {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: -10000px;
|
left: -10000px;
|
||||||
|
top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Retina-ize icons */
|
/* Retina-ize icons */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue