Return-Path: X-Original-To: apmail-ignite-commits-archive@minotaur.apache.org Delivered-To: apmail-ignite-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 559621793B for ; Thu, 17 Sep 2015 10:56:45 +0000 (UTC) Received: (qmail 86498 invoked by uid 500); 17 Sep 2015 10:56:45 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 86466 invoked by uid 500); 17 Sep 2015 10:56:45 -0000 Mailing-List: contact commits-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list commits@ignite.apache.org Received: (qmail 86457 invoked by uid 99); 17 Sep 2015 10:56:45 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Sep 2015 10:56:45 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0B56BE060C; Thu, 17 Sep 2015 10:56:45 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: anovikov@apache.org To: commits@ignite.apache.org Message-Id: <57a64f587c8c4d98a121e836e16561dc@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: ignite git commit: # GG-843 Change tooltip background. Date: Thu, 17 Sep 2015 10:56:45 +0000 (UTC) Repository: ignite Updated Branches: refs/heads/ignite-843 1040d2650 -> 86a43df51 # GG-843 Change tooltip background. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/86a43df5 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/86a43df5 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/86a43df5 Branch: refs/heads/ignite-843 Commit: 86a43df51f7ab8d824c0e5d7a29a8dbe1c40b749 Parents: 1040d26 Author: Andrey Authored: Thu Sep 17 17:56:37 2015 +0700 Committer: Andrey Committed: Thu Sep 17 17:56:37 2015 +0700 ---------------------------------------------------------------------- .../src/main/js/public/stylesheets/style.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/86a43df5/modules/control-center-web/src/main/js/public/stylesheets/style.scss ---------------------------------------------------------------------- diff --git a/modules/control-center-web/src/main/js/public/stylesheets/style.scss b/modules/control-center-web/src/main/js/public/stylesheets/style.scss index fd0286c..b38f4a5 100644 --- a/modules/control-center-web/src/main/js/public/stylesheets/style.scss +++ b/modules/control-center-web/src/main/js/public/stylesheets/style.scss @@ -904,21 +904,21 @@ button.form-control { } .tooltip.top .tooltip-arrow { - border-top-color: $brand-primary; + border-top-color: $ignite-block-callout-left; } .tooltip.right .tooltip-arrow { - border-right-color: $brand-primary; + border-right-color: $ignite-block-callout-left; } .tooltip.bottom .tooltip-arrow { - border-bottom-color: $brand-primary; + border-bottom-color: $ignite-block-callout-left; } .tooltip > .tooltip-inner { max-width: 400px; text-align: left; - background-color: $brand-primary; + background-color: $ignite-block-callout-left; } .popover-content {