Datepicker UI: Fix disabled cell hover appearance

This commit is contained in:
Brian Federle 2013-03-14 15:24:36 -07:00
parent 809ab3e9e1
commit effb4ed85f

View File

@ -11170,8 +11170,15 @@ div.ui-dialog div.autoscaler div.field-group div.form-container form div.form-it
cursor: pointer; cursor: pointer;
} }
.ui-datepicker table td.ui-state-disabled { .ui-datepicker table td.ui-state-disabled,
.ui-datepicker table td.ui-state-disabled:hover {
background-color: #DCDCDC; background-color: #DCDCDC;
/*+box-shadow:none;*/
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
cursor: default;
} }
.ui-datepicker table td a { .ui-datepicker table td a {