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
<li><code>ui-accordion</code>: The outer container of the accordion.</li>
40
-
<li><code>ui-accordion-header</code>: The headers of the accordion.</li>
41
-
<li><code>ui-accordion-content</code>: The content panels the accordion.</li>
42
-
<li><code>ui-accordion-icons</code>: Accordion headers that have <ahref="#option-icons">icons</a>.</li>
39
+
<li>
40
+
<code>ui-accordion</code>: The outer container of the accordion.
41
+
<ul>
42
+
<li><code>ui-accordion-header</code>: The headers of the accordion. The headers will additionally have a <code>ui-accordion-icons</code> class if they contain <ahref="#option-icons">icons</a>.</li>
43
+
<li><code>ui-accordion-content</code>: The content panels the accordion.</li>
<li><code>ui-dialog</code>: The outer container of the dialog.</li>
58
-
<li><code>ui-dialog-titlebar</code>: The title bar containing the dialog's title and close button.</li>
59
-
<li><code>ui-dialog-title</code>: The container around the textual title of the dialog.</li>
60
-
<li><code>ui-dialog-titlebar-close</code>: The dialog's close button.</li>
61
-
<li><code>ui-dialog-content</code>: The container around the dialog's content.</li>
62
-
<li><code>ui-dialog-buttonpane</code>: The pane that contains the dialog's buttons. This will only be present if the <ahref="#option-buttons"><code>buttons</code></a> option is set.</li>
63
-
<li><code>ui-dialog-buttonset</code>: The container around the buttons themselves.</li>
57
+
<li>
58
+
<code>ui-dialog</code>: The outer container of the dialog.
59
+
<ul>
60
+
<li>
61
+
<code>ui-dialog-titlebar</code>: The title bar containing the dialog's title and close button.
62
+
<ul>
63
+
<li><code>ui-dialog-title</code>: The container around the textual title of the dialog.</li>
64
+
<li><code>ui-dialog-titlebar-close</code>: The dialog's close button.</li>
65
+
</ul>
66
+
</li>
67
+
<li><code>ui-dialog-content</code>: The container around the dialog's content.</li>
68
+
<li>
69
+
<code>ui-dialog-buttonpane</code>: The pane that contains the dialog's buttons. This will only be present if the <ahref="#option-buttons"><code>buttons</code></a> option is set.
70
+
<ul>
71
+
<li><code>ui-dialog-buttonset</code>: The container around the buttons themselves.</li>
0 commit comments