mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-14 01:23:10 +00:00
add class to html when box-shadow is not supported.
This commit is contained in:
parent
c6d80f5b92
commit
58ddf30bb6
1 changed files with 2 additions and 0 deletions
|
|
@ -55,3 +55,5 @@ $.extend( $.support, {
|
|||
|
||||
fakeBody.remove();
|
||||
|
||||
//for ruling out shadows via css
|
||||
if( !$.support.boxShadow ){ $('html').addClass('ui-mobile-nosupport-boxshadow'); }
|
||||
Loading…
Reference in a new issue