You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by an...@apache.org on 2015/09/17 12:56:45 UTC

ignite git commit: # GG-843 Change tooltip background.

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 <an...@gridgain.com>
Authored: Thu Sep 17 17:56:37 2015 +0700
Committer: Andrey <an...@gridgain.com>
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 {