From 531970d4ac851acd1b81d424b6703c19175e6e9f Mon Sep 17 00:00:00 2001 From: Keith Wood Date: Wed, 23 Jul 2008 12:50:54 +0000 Subject: Disable inline datepickers --- themes/default/ui.datepicker.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/themes/default/ui.datepicker.css b/themes/default/ui.datepicker.css index 6719b162c..d485bc76b 100644 --- a/themes/default/ui.datepicker.css +++ b/themes/default/ui.datepicker.css @@ -10,7 +10,7 @@ #ui-datepicker-div { display: none; border: 1px solid #777; - z-index: 9999; /*must have*/ + z-index: 100; /*must have*/ } .ui-datepicker-inline { float: left; @@ -24,6 +24,12 @@ padding: 5px !important; border: 4px ridge #ddd !important; } +.ui-datepicker-disabled { + position: absolute; + z-index: 100; + background-color: white; + opacity: 0.5; +} button.ui-datepicker-trigger { width: 25px; } -- cgit v1.2.3