webapp.static.css.retina.css Maven / Gradle / Ivy
/* Retina Display Hack
=================================================================== */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.timeslot .task .arrow {
background: url(../img/[email protected]) no-repeat;
background-size: 100%;
}
.timeslot.alt .task .arrow {
background: url(../img/[email protected]) no-repeat;
background-size: 100%;
}
ul.chat li.left .message .arrow {
background: url(../img/[email protected]) no-repeat 0px 0px;
background-size: 100%;
}
ul.chat li.right .message .arrow {
background: url(../img/[email protected]) no-repeat 0px 0px;
background-size: 100%;
}
}