/** * @package WordPress * @subpackage Law Business * @since Law Business 1.0 * * High Resolution (Retina) Displays CSS Rules * Created by CMSMasters * */ @media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) { .s_cat_filter.button span { background-image:url(filter%402x.html); background-size:16px 31px; } .cmsms_imagelink, .cmsms_link { background-image:url(services_link%402x.html); background-size:32px 64px; } .rev_slider_wrapper .tp-leftarrow.default:before, .rev_slider_wrapper .tp-rightarrow.default:before { background-image:url(rev_slider_arrow%402x.html); background-size:20px 40px; } .box.error_box tr td:first-child { background-image:url(images/error%402x.png); background-size:60px 43px; } .box.success_box tr td:first-child { background-image:url(images/success%402x.png); background-size:60px 43px; } .box.notice_box tr td:first-child { background-image:url(images/notice%402x.png); background-size:60px 43px; } .box.warning_box tr td:first-child { background-image:url(images/warning%402x.png); background-size:60px 43px; } .box.download_box tr td:first-child { background-image:url(images/download%402x.png); background-size:60px 43px; } }