Disable inline datepickers

This commit is contained in:
Keith Wood
2008-07-23 12:50:54 +00:00
parent d165e454b4
commit 531970d4ac

View File

@@ -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;
}