We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 809ab3e commit effb4edCopy full SHA for effb4ed
1 file changed
ui/css/cloudstack3.css
@@ -11170,8 +11170,15 @@ div.ui-dialog div.autoscaler div.field-group div.form-container form div.form-it
11170
cursor: pointer;
11171
}
11172
11173
-.ui-datepicker table td.ui-state-disabled {
+.ui-datepicker table td.ui-state-disabled,
11174
+.ui-datepicker table td.ui-state-disabled:hover {
11175
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;
11182
11183
11184
.ui-datepicker table td a {
0 commit comments