Bug 1065261 - SectionCaret might not appears if 2.25dppx or higher. r=mtseng

This commit is contained in:
Makoto Kato 2014-09-11 15:44:54 +09:00
parent ea078996cc
commit d8074ed590

View File

@ -363,7 +363,7 @@ div[\_moz_anonclass="mozTouchCaret"].moz-selectioncaret-right.tilt {
@media (min-resolution: 2.25dppx) {
div[\_moz_anonclass="mozTouchCaret"].moz-touchcaret,
div[\_moz_anonclass="mozTouchCaret"].moz-selectioncaret-left
div[\_moz_anonclass="mozTouchCaret"].moz-selectioncaret-left,
div[\_moz_anonclass="mozTouchCaret"].moz-selectioncaret-right {
background-image: url("resource://gre/res/text_caret@2.25x.png");
}