Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <Label class="sub">
- <colour>lightGrey</colour>
- </Label>
- <Label class="header">
- <colour>cyan</colour>
- </Label>
- <Label class="hasValue">
- <colour important>128</colour>
- </Label>
- <Label class="held">
- <colour>red</colour>
- </Label>
- <Label class="active">
- <colour important>lime</colour>
- </Label>
- <Button>
- <backgroundColour>cyan</backgroundColour>
- <activeBackgroundColour>lightBlue</activeBackgroundColour>
- <colour>white</colour>
- <verticalAlign>centre</verticalAlign>
- <horizontalAlign>centre</horizontalAlign>
- <width dynamic>#self.text + 2</width>
- </Button>
- <RadioButton>
- <backgroundColour>128</backgroundColour>
- <activeBackgroundColour>256</activeBackgroundColour>
- <toggledBackgroundColour>cyan</toggledBackgroundColour>
- <toggledColour>white</toggledColour>
- </RadioButton>
- <Input>
- <backgroundColour>128</backgroundColour>
- <colour>256</colour>
- <focusedBackgroundColour>256</focusedBackgroundColour>
- <focusedColour>128</focusedColour>
- </Input>
- <ScrollContainer>
- <Checkbox>
- <backgroundColour>cyan</backgroundColour>
- <toggledBackgroundColour>lightGrey</toggledBackgroundColour>
- <activeBackgroundColour>lightBlue</activeBackgroundColour>
- <toggledColour>white</toggledColour>
- <X>11</X>
- </Checkbox>
- <Label>
- <colour>256</colour>
- <X>2</X>
- </Label>
- </ScrollContainer>
Advertisement
Add Comment
Please, Sign In to add comment