mirror of https://github.com/apache/cloudstack.git
Datepicker UI: Fix disabled cell hover appearance
This commit is contained in:
parent
809ab3e9e1
commit
effb4ed85f
|
|
@ -11170,8 +11170,15 @@ div.ui-dialog div.autoscaler div.field-group div.form-container form div.form-it
|
|||
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;
|
||||
/*+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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue