World-ui (CSS pseudo selector)

From PowerUI
Revision as of 19:52, 13 January 2017 by 151.229.186.156 (talk) (Created page with "PowerUI defines world-ui (and world-ui) to make distinguishing the two within CSS easy: <syntaxhighlight lang="css"> /* Target the body of...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

PowerUI defines world-ui (and world-ui) to make distinguishing the two within CSS easy:

/* Target the body of the main UI */

body:world-ui{
 
 color:green;
 
}

This pseudo-selector is true when:

  • The element is on a World UI (or a flat world UI).