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: entries/dialog.xml
+14
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,20 @@
51
51
});
52
52
</code></pre>
53
53
54
+
<h3id="theming">Theming</h3>
55
+
56
+
<p>The dialog widget uses the <ahref="/theming/css-framework">jQuery UI CSS framework</a> to style its look and feel. If dialog specific styling is needed, the following is a list of CSS class names that the dialog widget uses:</p>
57
+
58
+
<ul>
59
+
<li><code>ui-dialog</code>: The outer container of the dialog.</li>
60
+
<li><code>ui-dialog-titlebar</code>: The title bar containing the dialog's title and close button.</li>
61
+
<li><code>ui-dialog-title</code>: The container around the textual title of the dialog.</li>
62
+
<li><code>ui-dialog-titlebar-close</code>: The dialog's close button.</li>
63
+
<li><code>ui-dialog-content</code>: The container around the dialog's content.</li>
64
+
<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>
65
+
<li><code>ui-dialog-buttonset</code>: The container around the buttons themselves.</li>
0 commit comments