mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-26 17:14:42 +00:00
Update docs/api/themes.html
This commit is contained in:
parent
2ec65580cf
commit
2cc42ff65f
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@
|
|||
<dt><code>ui-btn-up-(a-z)</code></dt>
|
||||
<dd>Applies the button/clickable element theme styles for the selected swatch letter. Commonly used in with the <code>ui-btn-hover-(a-z)</code> and <code>ui-btn-down-(a-z)</code> interaction class states to provide visual feedback and <code>ui-btn-active</code> to indicate the selected or "on" state.</dd>
|
||||
<dt><code>ui-corner-all</code></dt>
|
||||
<dd>Applies the theme's global border-radius for rounded corners and is used for container or grouped items in the framework (inset lists, radiobutton sets). There are additional classes for all the possible combinations of rounded corners, for example: <code>ui-corner-tl</code> (top left only), <code>-top</code> (both top corners), <code>-left</code> (both left corners), etc. A second full set of corner classes is provided for buttons so these can have a different corner radius. These use classes with a similar naming convention, but with "btn" instead of "corner", like this: <code>.ui-<strong>btn</strong>-corner-all</code>.</dd>
|
||||
<dd>Applies the theme's global border-radius for rounded corners and is used for container or grouped items in the framework (inset lists, radiobutton sets). There are additional classes for all the possible combinations of rounded corners, for example: <code>ui-corner-tl</code> (top left only), <code>-top</code> (both top corners), <code>-left</code> (both left corners), etc. A second full set of corner classes is provided for buttons so these can have a different corner radius. These use classes with a similar naming convention, but with "btn-corner" instead of "corner", like this: <code>.ui-<strong>btn-corner</strong>-all</code>.</dd>
|
||||
<dt><code>ui-shadow</code></dt>
|
||||
<dd>Applies the theme's global drop shadow to any element using CSS <code>box-shadow</code> property. </dd>
|
||||
<dt><code>ui-disabled</code></dt>
|
||||
|
|
|
|||
Loading…
Reference in a new issue