Sha256: 85f04a7fcfda98693ab8d036965f23c94b551fe016d11a1405573b8cb765ec6c
Contents?: true
Size: 700 Bytes
Versions: 3
Compression:
Stored size: 700 Bytes
Contents
/* ensure this declaration is rendered after the original declaration */ @media only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) { .search-box .submit-button { background-image: image-url('icon_search_retina.png'); background-size: 46px 47px; } a.add-new-person { background-image: image-url('icon_plus_retina.png') !important; background-size: 31px 31px !important; } .delete-actions .deletable { background-image: image-url('icon_delete_retina.png') !important; background-size: 31px 31px !important; } }
Version data entries
3 entries across 3 versions & 1 rubygems