Default (os)"
From Documentation
Jumperchen (talk | contribs) (→Source) |
Tmillsclare (talk | contribs) m (moved ZK Style Guide/XUL Component Specification/Button/os to ZK Style Guide/XUL Component Specification/Button/Default (os)) |
||
(One intermediate revision by one other user not shown) | |||
Line 34: | Line 34: | ||
{{Template:ZK Style Guide CSS}} | {{Template:ZK Style Guide CSS}} | ||
− | |.z-button -os | + | |.z-button-os |
|Font size and color | |Font size and color | ||
|font-family: ${fontFamilyC} ; font-size: ${fontSizeM}; font-weight: normal; | |font-family: ${fontFamilyC} ; font-size: ${fontSizeM}; font-weight: normal; |
Latest revision as of 03:03, 1 October 2010
This is the os mold for Button.
Source
The CSS source for Button from GitHub
Structure
Events
CSS\Action | Normal (Open) | Hover | Click, Select, and Drag. | Focus | Focus and Hover | Disable |
Naming: | .z-button-os | |||||
Supported: | V |
Note: An exclamation mark(!) means that the action effect is done by CSS background , not CSS background-position
CSS Specification
Class Name | Description | Default Values |
.z-button-os | Font size and color | font-family: ${fontFamilyC} ; font-size: ${fontSizeM}; font-weight: normal; |