Datepicker UI: Fix disabled cell hover appearance
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/effb4ed8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/effb4ed8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/effb4ed8 Branch: refs/heads/marvin-refactor Commit: effb4ed85f6a45b31af5983780ce84d53567eaef Parents: 809ab3e Author: Brian Federle <brian.fede...@citrix.com> Authored: Thu Mar 14 15:24:36 2013 -0700 Committer: Brian Federle <brian.fede...@citrix.com> Committed: Thu Mar 14 15:24:36 2013 -0700 ---------------------------------------------------------------------- ui/css/cloudstack3.css | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/effb4ed8/ui/css/cloudstack3.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index c884d6d..7381715 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 {