From a9fae15c88ea88aa195ceafda51ce43a2ff2df03 Mon Sep 17 00:00:00 2001 From: scottjehl Date: Mon, 20 Jun 2011 19:17:49 -0400 Subject: [PATCH] woops. missed a couple. done now. --- docs/buttons/buttons-themes.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/buttons/buttons-themes.html b/docs/buttons/buttons-themes.html index 844d97c7c68..f28d39fa9be 100644 --- a/docs/buttons/buttons-themes.html +++ b/docs/buttons/buttons-themes.html @@ -27,11 +27,11 @@

Theming

jQuery Mobile has a rich theming system that gives you full control of how buttons are styled. When a link is added to a container, it is automatically assigned a theme swatch letter that matches it's parent bar or content box to visually integrate the button into the parent container, like a chameleon. So a button placed inside a content container with a theme of "a" (black in the default theme) will be automatically assigned the button theme of "a" (charcoal in the default theme). Here are examples of the button theme pairings in the default theme. All buttons have the same HTML markup:

-

A swatch

Button
-

B swatch

Button
-

C swatch

Button
-

D swatch

Button
-

E swatch

Button
+

A swatch

Button
+

B swatch

Button
+

C swatch

Button
+

D swatch

Button
+

E swatch

Button

Assigning theme swatches

Button can be manually assigned any of the button color swatches from the theme to add visual contrast with the container they sit inside by adding the data-theme attribute on the button markup and specifying a swatch letter.