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/14 05:43:16 UTC

ignite git commit: # GG-843 Minor UI fixes.

Repository: ignite
Updated Branches:
  refs/heads/ignite-843 88054456e -> 3962d3165


# GG-843 Minor UI fixes.


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/3962d316
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/3962d316
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/3962d316

Branch: refs/heads/ignite-843
Commit: 3962d3165f2d23b6c9d4fb6c8b192d22d41286bf
Parents: 8805445
Author: Andrey <an...@gridgain.com>
Authored: Mon Sep 14 10:44:30 2015 +0700
Committer: Andrey <an...@gridgain.com>
Committed: Mon Sep 14 10:44:30 2015 +0700

----------------------------------------------------------------------
 .../control-center-web/src/main/js/public/stylesheets/style.scss   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/3962d316/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 d394a71..339cfb1 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
@@ -366,7 +366,7 @@ button, a.btn {
 
     :focus {
         outline: none;
-        border: 1px solid #ccc;
+        border: 1px solid $btn-default-border;
     }
 }