Return-Path: X-Original-To: apmail-sling-commits-archive@www.apache.org Delivered-To: apmail-sling-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8499F10601 for ; Fri, 21 Nov 2014 15:16:53 +0000 (UTC) Received: (qmail 28808 invoked by uid 500); 21 Nov 2014 15:16:53 -0000 Delivered-To: apmail-sling-commits-archive@sling.apache.org Received: (qmail 28754 invoked by uid 500); 21 Nov 2014 15:16:53 -0000 Mailing-List: contact commits-help@sling.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sling.apache.org Delivered-To: mailing list commits@sling.apache.org Received: (qmail 28745 invoked by uid 99); 21 Nov 2014 15:16:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Nov 2014 15:16:53 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED 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; Fri, 21 Nov 2014 15:16:51 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id E33B52388A6E; Fri, 21 Nov 2014 15:16:01 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1640933 - in /sling/trunk/contrib/explorers/resourceeditor/src/main/less/reseditor: modals.less variables.less Date: Fri, 21 Nov 2014 15:16:01 -0000 To: commits@sling.apache.org From: bdelacretaz@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20141121151601.E33B52388A6E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bdelacretaz Date: Fri Nov 21 15:16:01 2014 New Revision: 1640933 URL: http://svn.apache.org/r1640933 Log: SLING-4172 - change style of modal dialogs, contributed by Sandro Boehme, thanks! Modified: sling/trunk/contrib/explorers/resourceeditor/src/main/less/reseditor/modals.less sling/trunk/contrib/explorers/resourceeditor/src/main/less/reseditor/variables.less Modified: sling/trunk/contrib/explorers/resourceeditor/src/main/less/reseditor/modals.less URL: http://svn.apache.org/viewvc/sling/trunk/contrib/explorers/resourceeditor/src/main/less/reseditor/modals.less?rev=1640933&r1=1640932&r2=1640933&view=diff ============================================================================== --- sling/trunk/contrib/explorers/resourceeditor/src/main/less/reseditor/modals.less (original) +++ sling/trunk/contrib/explorers/resourceeditor/src/main/less/reseditor/modals.less Fri Nov 21 15:16:01 2014 @@ -6,5 +6,9 @@ // Base modal .modal { - background-color: @dark-gray; + background-color: transparent; +} + +.modal-body, .modal-header { + text-shadow: none; } \ No newline at end of file Modified: sling/trunk/contrib/explorers/resourceeditor/src/main/less/reseditor/variables.less URL: http://svn.apache.org/viewvc/sling/trunk/contrib/explorers/resourceeditor/src/main/less/reseditor/variables.less?rev=1640933&r1=1640932&r2=1640933&view=diff ============================================================================== --- sling/trunk/contrib/explorers/resourceeditor/src/main/less/reseditor/variables.less (original) +++ sling/trunk/contrib/explorers/resourceeditor/src/main/less/reseditor/variables.less Fri Nov 21 15:16:01 2014 @@ -1,3 +1,8 @@ +//== Colors +// +//## Gray and brand colors for use across Bootstrap. +@brand-primary: #2D373D; + // Scaffolding // ------------------------- @bodyBackground: transparent; @@ -9,4 +14,4 @@ // Forms // ------------------------- -@inputBorderRadius: 3px; \ No newline at end of file +@inputBorderRadius: 3px;