GUI -- [ONOS-89] - completed device mastership affinity coloring work.

Change-Id: I6d42c41cf30c042171550352ce05325b53560841
diff --git a/web/gui/src/main/webapp/topo2.css b/web/gui/src/main/webapp/topo2.css
index ef0baf5..cfefba9 100644
--- a/web/gui/src/main/webapp/topo2.css
+++ b/web/gui/src/main/webapp/topo2.css
@@ -79,12 +79,12 @@
 }
 
 #topo svg .node.device.online {
-    fill: #17f;
+    fill: #6e7fa3;
 }
 
 /* note: device is offline without the 'online' class */
 #topo svg .node.device text {
-    fill: #aaa;
+    fill: #bbb;
     font: 10pt sans-serif;
 }
 
@@ -102,7 +102,7 @@
     fill: #f90;
 }
 #topo svg .node.device.online .glyphIcon rect {
-    fill: #8ab;
+    fill: #ccc;
 }
 #topo svg .node.device.online .glyphIcon use {
     fill: #000;