Return-Path: Delivered-To: apmail-incubator-esme-commits-archive@minotaur.apache.org Received: (qmail 66718 invoked from network); 13 Apr 2010 15:23:02 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 13 Apr 2010 15:23:02 -0000 Received: (qmail 34474 invoked by uid 500); 13 Apr 2010 15:23:02 -0000 Delivered-To: apmail-incubator-esme-commits-archive@incubator.apache.org Received: (qmail 34440 invoked by uid 500); 13 Apr 2010 15:23:02 -0000 Mailing-List: contact esme-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: esme-dev@incubator.apache.org Delivered-To: mailing list esme-commits@incubator.apache.org Received: (qmail 34432 invoked by uid 99); 13 Apr 2010 15:23:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 15:23:02 +0000 X-ASF-Spam-Status: No, hits=-1434.7 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 15:23:01 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2F49823889ED; Tue, 13 Apr 2010 15:22:41 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r933674 - /incubator/esme/trunk/server/src/main/webapp/style/style.css Date: Tue, 13 Apr 2010 15:22:41 -0000 To: esme-commits@incubator.apache.org From: rhirsch@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100413152241.2F49823889ED@eris.apache.org> Author: rhirsch Date: Tue Apr 13 15:22:40 2010 New Revision: 933674 URL: http://svn.apache.org/viewvc?rev=933674&view=rev Log: [ESME-100] Finish web UI Daily hour - Extended - 'input field focus' Modified: incubator/esme/trunk/server/src/main/webapp/style/style.css Modified: incubator/esme/trunk/server/src/main/webapp/style/style.css URL: http://svn.apache.org/viewvc/incubator/esme/trunk/server/src/main/webapp/style/style.css?rev=933674&r1=933673&r2=933674&view=diff ============================================================================== --- incubator/esme/trunk/server/src/main/webapp/style/style.css (original) +++ incubator/esme/trunk/server/src/main/webapp/style/style.css Tue Apr 13 15:22:40 2010 @@ -44,6 +44,17 @@ body#back { background:#fff url(../image a:link, a:visited { color: #114e93; text-decoration:none; font-weight:bold; } a:hover { color: #88abd2; text-decoration:underline; } + +/* Input box focus +* +*/ + +input[type=text]:focus, input[type=password]:focus, textarea:focus { + -moz-box-shadow:0 0 8px rgba(82,168,236,.5); + border-color: rgba(82,168,236,0.75) !important; + outline: medium none); +} + /* HEADER *******************************************************************************/ #header { margin: 0px auto; padding: 0px; height: 72px; width: 871px; }