You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/themes.html
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -51,11 +51,11 @@ <h3>Bars</h3>
51
51
<p>The default theme contains the following five Bar styles:</p>
52
52
53
53
<divclass="swatch-preview">
54
-
<divclass="ui-bar ui-bar-a">Bar A</div>
55
-
<divclass="ui-bar ui-bar-b">Bar B</div>
56
-
<divclass="ui-bar ui-bar-c">Bar C</div>
57
-
<divclass="ui-bar ui-bar-d">Bar D</div>
58
-
<divclass="ui-bar ui-bar-e">Bar E</div>
54
+
<divclass="ui-bar ui-bar-a">Bar A - <ahref="#" data-role="none" class="ui-link">Link</a></div>
55
+
<divclass="ui-bar ui-bar-b">Bar B - <ahref="#" data-role="none" class="ui-link">Link</a></div>
56
+
<divclass="ui-bar ui-bar-c">Bar C - <ahref="#" data-role="none" class="ui-link">Link</a></div>
57
+
<divclass="ui-bar ui-bar-d">Bar D - <ahref="#" data-role="none" class="ui-link">Link</a></div>
58
+
<divclass="ui-bar ui-bar-e">Bar E - <ahref="#" data-role="none" class="ui-link">Link</a></div>
59
59
</div><!-- end swatch-bars -->
60
60
61
61
<p>By default, the framework assigns the "a" swatch to all headers and footers, because these are typically given high visual priority in an application. To set the color of a bar to a different swatch color, simply add the <code> data-theme</code> attribute to your header or footer and specify an alternate swatch letter ('b' or 'd', for example) and the specified theme swatch color will be applied. Learn more about <ahref="../toolbars/bars-themes.html">toolbar theming</a>.</p>
@@ -66,11 +66,11 @@ <h3>Content Blocks</h3>
66
66
<p>The default theme also includes color swatch values for use in content blocks, designed to coordinate with the header color swatches in the theme. </p>
67
67
68
68
<divclass="swatch-preview">
69
-
<divclass="ui-body ui-body-a">Block A</div>
70
-
<divclass="ui-body ui-body-b">Block B</div>
71
-
<divclass="ui-body ui-body-c">Block C</div>
72
-
<divclass="ui-body ui-body-d">Block D</div>
73
-
<divclass="ui-body ui-body-e">Block E</div>
69
+
<divclass="ui-body ui-body-a">Block A - <ahref="#">Link</a></div>
70
+
<divclass="ui-body ui-body-b">Block B - <ahref="#">Link</a></div>
71
+
<divclass="ui-body ui-body-c">Block C - <ahref="#">Link</a></div>
72
+
<divclass="ui-body ui-body-d">Block D - <ahref="#">Link</a></div>
73
+
<divclass="ui-body ui-body-e">Block E - <ahref="#">Link</a></div>
0 commit comments