aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/ui.datepicker.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/ui.datepicker.css')
-rw-r--r--themes/default/ui.datepicker.css8
1 files changed, 7 insertions, 1 deletions
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;
}