Bug 904277 - Cursor can not be seen in scroll-bar region in Metro Firefox r=mbrubeck

This commit is contained in:
Rodrigo Silveira 2013-10-08 16:52:08 -07:00
Родитель a1d9d9f1f6
Коммит 9926ce4162
1 изменённых файлов: 0 добавлений и 8 удалений

Просмотреть файл

@ -5,14 +5,6 @@
@namespace xul url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
@namespace html url(http://www.w3.org/1999/xhtml);
xul|*:-moz-system-metric(touch-enabled) {
cursor: none !important;
}
html|*:-moz-system-metric(touch-enabled) {
cursor: none !important;
}
/* For touch input, *all* select boxes use the SelectHelper popup. */
select option, select optgroup {
pointer-events: none;