From effb4ed85f6a45b31af5983780ce84d53567eaef Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Thu, 14 Mar 2013 15:24:36 -0700 Subject: [PATCH] Datepicker UI: Fix disabled cell hover appearance --- ui/css/cloudstack3.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index c884d6dc1ec..7381715d693 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -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 {