minor update
This commit is contained in:
parent
350c68611c
commit
2f0533db2d
|
|
@ -1641,14 +1641,9 @@ var orbitDesktop = function(dom){
|
|||
return;
|
||||
} else {
|
||||
$('.sdm').hover(function(){
|
||||
$(this).stop(1,1).toggleClass('thmc2 thmtxt');
|
||||
$(this).stop(1,1).addClass('thmc2 thmtxt');
|
||||
}, function(){
|
||||
$(this).stop(1,1).toggleClass('thmc2 thmtxt');
|
||||
});
|
||||
$('.sdm').find('a').hover(function(){
|
||||
$(this).stop(1,1).toggleClass('thmc2 thmtxt');
|
||||
}, function(){
|
||||
$(this).stop(1,1).toggleClass('thmc2 thmtxt');
|
||||
$(this).stop(1,1).removeClass('thmc2 thmtxt');
|
||||
});
|
||||
}
|
||||
};
|
||||
|
|
|
|||
|
|
@ -395,7 +395,8 @@ disabled look for disabled choices in the results dropdown
|
|||
|
||||
.select2-offscreen {
|
||||
position: absolute;
|
||||
left: -10000px; }
|
||||
left: -10000px;
|
||||
top: 0; }
|
||||
|
||||
/* Retina-ize icons */
|
||||
@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 {
|
||||
position: absolute;
|
||||
left: -10000px;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
/* Retina-ize icons */
|
||||
|
|
|
|||
Loading…
Reference in New Issue