Bug 1260297 - Force LTR direction for the eydropper color value so the # character doesn't move depending on colour in RTL locales. r=jryans

MozReview-Commit-ID: 3T5kjXB3i8d

--HG--
extra : transplant_source : Gx%20%7FZ%06%93k%EF%D0%C9%C8%A7%0F%9Du9%8E%5E%B6
This commit is contained in:
Ian Moody 2016-07-02 22:49:52 +01:00
parent d807a8a63e
commit 327e597570

View File

@ -30,6 +30,8 @@
}
#color-value {
/* avoid the # appearing at the end for some colours in RTL locales */
direction: ltr;
padding: 0.3em;
text-shadow: 1px 1px 1px #fff;
}