Default (os)"
From Documentation
m (→Events) |
|||
Line 34: | Line 34: | ||
<br /> | <br /> | ||
{{Template:ZK Style Guide CSS}} | {{Template:ZK Style Guide CSS}} | ||
+ | |.z-button -os | ||
+ | |Font size and color | ||
+ | |font-family: ${fontFamilyC} ; font-size: ${fontSizeM}; font-weight: normal; | ||
+ | |} | ||
+ | |||
+ | |||
+ | [[Category:Style Guide|B]] | ||
+ | [[Category:XUL Components|B]] | ||
{{ZKStyleGuidePageFooter}} | {{ZKStyleGuidePageFooter}} |
Revision as of 06:16, 8 September 2010
This is the [MOLD NAME] mold for [ITEM NAME].
Source
The CSS source for {{{control}}} 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; |