Files

7 lines
203 B
CSS

/* Киоск: скрыть указатель мыши (Chromium + labwc). */
html.wesp-kiosk-hide-cursor,
html.wesp-kiosk-hide-cursor body,
html.wesp-kiosk-hide-cursor * {
cursor: none !important;
}