CSS Selectors - Dinir/mini-padder GitHub Wiki

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 Canvassesof 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