Skip to content

Commit effb4ed

Browse files
committed
Datepicker UI: Fix disabled cell hover appearance
1 parent 809ab3e commit effb4ed

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

ui/css/cloudstack3.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11170,8 +11170,15 @@ div.ui-dialog div.autoscaler div.field-group div.form-container form div.form-it
1117011170
cursor: pointer;
1117111171
}
1117211172

11173-
.ui-datepicker table td.ui-state-disabled {
11173+
.ui-datepicker table td.ui-state-disabled,
11174+
.ui-datepicker table td.ui-state-disabled:hover {
1117411175
background-color: #DCDCDC;
11176+
/*+box-shadow:none;*/
11177+
-moz-box-shadow: none;
11178+
-webkit-box-shadow: none;
11179+
-o-box-shadow: none;
11180+
box-shadow: none;
11181+
cursor: default;
1117511182
}
1117611183

1117711184
.ui-datepicker table td a {

0 commit comments

Comments
 (0)