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 2017/05/17 07:01:05 UTC

ignite git commit: IGNITE-5082 Change footer links color in order to improve readability.

Repository: ignite
Updated Branches:
  refs/heads/master 73fc01c4f -> 7a4a1940e


IGNITE-5082 Change footer links color in order to improve readability.


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

Branch: refs/heads/master
Commit: 7a4a1940e14ea9809740eeb8d25261f58e005452
Parents: 73fc01c
Author: Ilya Borisov <ib...@gridgain.com>
Authored: Wed May 17 14:00:50 2017 +0700
Committer: Andrey Novikov <an...@gridgain.com>
Committed: Wed May 17 14:00:50 2017 +0700

----------------------------------------------------------------------
 .../frontend/app/components/web-console-footer/style.scss | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/7a4a1940/modules/web-console/frontend/app/components/web-console-footer/style.scss
----------------------------------------------------------------------
diff --git a/modules/web-console/frontend/app/components/web-console-footer/style.scss b/modules/web-console/frontend/app/components/web-console-footer/style.scss
index 962b4f3..c6193b8 100644
--- a/modules/web-console/frontend/app/components/web-console-footer/style.scss
+++ b/modules/web-console/frontend/app/components/web-console-footer/style.scss
@@ -42,4 +42,14 @@ web-console-footer {
     ignite-powered-by-apache {
         margin-left: auto;
     }
+
+    a {
+        color: #ee8e89;
+
+        &:hover, &.hover,
+        &:focus, &.focus {
+            color: #ee2b27;
+            text-decoration: none;
+        }
+    }
 }
\ No newline at end of file