From 51e31997008727d3794073d312964a6c8982066e Mon Sep 17 00:00:00 2001 From: John Bender Date: Fri, 20 Jan 2012 13:03:22 -0800 Subject: [PATCH] Revert "Update docs/forms/selects/options.html" This reverts commit 6c1db9d63f35f0fe3ce6d6fb5233e89cae629057. --- docs/forms/selects/options.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/forms/selects/options.html b/docs/forms/selects/options.html index 1d1ec46c..29e88cf8 100644 --- a/docs/forms/selects/options.html +++ b/docs/forms/selects/options.html @@ -90,12 +90,6 @@
$('select').selectmenu({ nativeMenu: "false" });
-
overlayTheme string
-

default: a

-

Sets the color of the overlay layer for the dialog-based custom select menus and the outer border of the smaller custom menus. It accepts a single letter from a-z that maps to the swatches included in your theme. By default, the content block colors for swatch A will be used for the overlays. This option is also exposed as a data attribute: ui-body-d

-
$('select').selectmenu({ overlayTheme: "d" });
- -
shadow boolean

default: true