Default"
From Documentation
m (→Events) |
Jumperchen (talk | contribs) (→Events) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 6: | Line 6: | ||
=Source= | =Source= | ||
− | |||
{{CSSSource | {{CSSSource | ||
− | | url= | + | | url=/zul/src/archive/web/js/zul/wgt/css/toolbar.css.dsp |
− | | control= | + | |
+ | | control=Toolbarbutton | ||
|}} | |}} | ||
Line 18: | Line 18: | ||
=Events= | =Events= | ||
− | |||
{{Template:Style Guide Event | {{Template:Style Guide Event | ||
− | |.z- | + | |.z-toolbarbutton |
− | | | + | |-over |
| | | | ||
| | | | ||
Line 27: | Line 26: | ||
|-disd | |-disd | ||
|V | |V | ||
− | | | + | |V |
| | | | ||
| | | | ||
Line 35: | Line 34: | ||
=CSS Specification= | =CSS Specification= | ||
− | |||
{{Template:ZK Style Guide CSS}} | {{Template:ZK Style Guide CSS}} | ||
− | + | |.z-toolbarbutton-cnt | |
+ | |Font size | ||
+ | | padding: 2px 2px; position: relative; zoom: 1; font-family: ${fontFamilyT}; font-size: ${fontSizeS}; font-weight: normal; | ||
+ | |} | ||
{{ZKStyleGuidePageFooter}} | {{ZKStyleGuidePageFooter}} |
Latest revision as of 06:50, 16 November 2010
This is the Default mold for Toolbarbutton.
Source
The CSS source for Toolbarbutton from GitHub
Structure
Events
CSS\Action | Normal (Open) | Hover | Click, Select, and Drag. | Focus | Focus and Hover | Disable |
Naming: | .z-toolbarbutton | -over | -disd | |||
Supported: | V | 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-toolbarbutton-cnt | Font size | padding: 2px 2px; position: relative; zoom: 1; font-family: ${fontFamilyT}; font-size: ${fontSizeS}; font-weight: normal; |