You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ak...@apache.org on 2015/09/14 05:21:34 UTC

ignite git commit: IGNITE-843: border for undo button.

Repository: ignite
Updated Branches:
  refs/heads/ignite-843 be874aecb -> 6415f3c89


IGNITE-843: border for undo button.


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

Branch: refs/heads/ignite-843
Commit: 6415f3c896532a642ed869482ca1e4ea88c62222
Parents: be874ae
Author: vsisko <vs...@gridgain.com>
Authored: Mon Sep 14 10:22:13 2015 +0700
Committer: Alexey Kuznetsov <ak...@apache.org>
Committed: Mon Sep 14 10:22:13 2015 +0700

----------------------------------------------------------------------
 .../src/main/js/public/stylesheets/style.scss     | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/6415f3c8/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 957e0e0..c4ee61b 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
@@ -529,8 +529,16 @@ h3 {
     .btn-group { margin-left: 10px; }
 
     .fa-undo {
-        margin-top: 5px;
         font-size: 16px;
+
+        padding: 5px 7px;
+    }
+
+    .fa-undo:hover {
+        padding: 4px 6px;
+
+        border-radius: 5px;
+        border: thin dotted $ignite-border-color;
     }
 }
 
@@ -813,12 +821,12 @@ h3 {
     padding: 0;
 
     border-radius: 5px;
-    border: thin dotted lightgrey;
+    border: thin dotted $ignite-border-color;
 }
 
 .table-details {
     border-radius: 5px;
-    border: thin dotted lightgrey;
+    border: thin dotted $ignite-border-color;
 
     margin-top: 10px;
 
@@ -832,7 +840,7 @@ h3 {
 
 .group {
     border-radius: 5px;
-    border: thin dotted lightgrey;
+    border: thin dotted $ignite-border-color;
 
     text-align: left;
 }
@@ -1360,7 +1368,7 @@ a {
     margin-left: 20px;
 
     border-radius: 5px;
-    border: thin dotted lightgrey;
+    border: thin dotted $ignite-border-color;
 
     padding: 0;
 }