Repository: ignite
Updated Branches:
  refs/heads/ignite-5075-cacheStart 664b7492a -> cc3141588


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/ignite-5075-cacheStart
Commit: 7a4a1940e14ea9809740eeb8d25261f58e005452
Parents: 73fc01c
Author: Ilya Borisov <ibori...@gridgain.com>
Authored: Wed May 17 14:00:50 2017 +0700
Committer: Andrey Novikov <anovi...@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

Reply via email to