Skip to content

CSS Selectors

Dinir Nertan edited this page Oct 1, 2020 · 2 revisions

These are some of the CSS Selectors that can be used for Custom CSS of a browser source.

Elements CSS Selector
Each Gamepad Canvas #canvas-container > div:nth-child(n)
(n = 1~4, gamepad index number)
Gamepad Canvasses
of Specific Controller
#canvas-container > div[data-id="00000000"]
(00000000 = Gamepad ID (VID/PID), also shown in the control panel)
(the ID for XInput Standard Gamepad is just 'XInput')
Control Panel .control-panel

Home


Usage Guide

How to Use

Troubleshooting

Customization

CSS Selectors

Control Panel

Making a Skin


Documentation

GamepadWatcher

MappingManager

GamepadRenderer

Clone this wiki locally