Return-Path: X-Original-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BFB81FE53 for ; Wed, 20 Mar 2013 01:41:35 +0000 (UTC) Received: (qmail 30394 invoked by uid 500); 20 Mar 2013 01:41:19 -0000 Delivered-To: apmail-incubator-cloudstack-commits-archive@incubator.apache.org Received: (qmail 30344 invoked by uid 500); 20 Mar 2013 01:41:19 -0000 Mailing-List: contact cloudstack-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-commits@incubator.apache.org Received: (qmail 29378 invoked by uid 99); 20 Mar 2013 01:41:18 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Mar 2013 01:41:18 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 53F263D44D; Wed, 20 Mar 2013 01:41:18 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: muralireddy@apache.org To: cloudstack-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [2/50] [abbrv] git commit: refs/heads/gslb-wip - Datepicker UI: Fix disabled cell hover appearance Message-Id: <20130320014118.53F263D44D@tyr.zones.apache.org> Date: Wed, 20 Mar 2013 01:41:18 +0000 (UTC) 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/gslb-wip Commit: effb4ed85f6a45b31af5983780ce84d53567eaef Parents: 809ab3e Author: Brian Federle Authored: Thu Mar 14 15:24:36 2013 -0700 Committer: Brian Federle 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 {