minor update

This commit is contained in:
devin chen 2013-04-03 15:03:05 +08:00
parent 350c68611c
commit 2f0533db2d
3 changed files with 7 additions and 10 deletions

View File

@ -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');
}); });
} }
}; };

View File

@ -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) {

View File

@ -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 */