aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorKeith Wood <kbwood.au@gmail.com>2008-07-23 12:20:40 +0000
committerKeith Wood <kbwood.au@gmail.com>2008-07-23 12:20:40 +0000
commit72ea968893aa0eee93e39b0d558f9cc84ad44018 (patch)
treedb578cbfdc05655896c878cb9d286cdd9f35d085 /themes
parenta87fa9856ac85779b76cf382c7d872725e3b36f0 (diff)
downloadjquery-ui-72ea968893aa0eee93e39b0d558f9cc84ad44018.tar.gz
jquery-ui-72ea968893aa0eee93e39b0d558f9cc84ad44018.zip
Disable inline datepickers
Diffstat (limited to 'themes')
-rw-r--r--themes/flora/flora.datepicker.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/flora/flora.datepicker.css b/themes/flora/flora.datepicker.css
index 68a31e531..a6e0fb3e8 100644
--- a/themes/flora/flora.datepicker.css
+++ b/themes/flora/flora.datepicker.css
@@ -24,6 +24,12 @@
padding: 5px !important;
border: 4px ridge #83C948 !important;
}
+.ui-datepicker-disabled {
+ position: absolute;
+ z-index: 10;
+ background-color: white;
+ opacity: 0.5;
+}
button.ui-datepicker-trigger {
width: 25px;
}