jQuery: The Write Less, Do More JavaScript Library

UI/Dialog/Theming

From jQuery JavaScript Library

Jump to: navigation, search

jQuery UI » Dialog » Theming

ui.dialog uses several CSS styles, e.g. for the titlebar, the resize handle, etc., some of which are borrowed from ui.resizable.


Contents

CSS Classes used by ui.dialog

Dialog specific

  • ui-dialog-container : the whole dialog window.
  • ui-dialog-titlebar : the titlebar.
  • ui-dialog-titlebar-close, ui-dialog-titlebar-close-hover : the close button (the top-right X) and its hover style.
  • ui-dialog-content : additional style for dialog contents.
  • ui-dialog-buttonpane : the container for the dialog buttons (like "Yes", "No", "Cancel").


Inherited from ui.resizable

  • ui-resizable
  • ui-resizable-handle
  • ui-resizable-disabled
  • ui-resizable-autohide
  • ui-resizable-n, ui-resizable-s, ui-resizable-e, ui-resizable-w, ui-resizable-se, ui-resizable-sw, ui-resizable-nw, ui-resizable-ne : specific styles for the various resize handles.


See also