add a 2x version of the spellcheck-underline image.

This commit is contained in:
Shane Kilkelly 2016-11-30 11:25:47 +00:00
parent 68ddf04fe8
commit ef115e2f91
2 changed files with 3 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

View file

@ -138,6 +138,9 @@
.spelling-highlight { .spelling-highlight {
position: absolute; position: absolute;
background-image: url(/img/spellcheck-underline.png); background-image: url(/img/spellcheck-underline.png);
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
background-image: url(/img/spellcheck-underline@2x.png);
}
background-repeat: repeat-x; background-repeat: repeat-x;
background-position: bottom left; background-position: bottom left;
} }