This is an automated email from the ASF dual-hosted git repository.

eallen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/master by this push:
     new 0f8ee09  DISPATCH-1358 Change link color per request from UXG
0f8ee09 is described below

commit 0f8ee090b41c6ed9c31aee54fafdc23c690cb30c
Author: Ernest Allen <eal...@redhat.com>
AuthorDate: Tue Dec 3 08:56:53 2019 -0500

    DISPATCH-1358 Change link color per request from UXG
---
 console/react/src/App.css | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/console/react/src/App.css b/console/react/src/App.css
index bb44280..f7511a8 100644
--- a/console/react/src/App.css
+++ b/console/react/src/App.css
@@ -914,8 +914,8 @@ div.qdrChord .legend-text {
 }
 
 .duration-tabs li.selected {
-  border-bottom: 4px solid blue;
-  color: blue;
+  border-bottom: 4px solid #0066cc;
+  color: #0066cc;
 }
 
 .overview-charts-page .pf-c-table caption {
@@ -964,7 +964,7 @@ div.qdrChord .legend-text {
 .overview-header.details .pf-c-breadcrumb__item.link-button {
   border: 0;
   background-color: transparent;
-  color: blue;
+  color: #0066cc;
   font-weight: bold;
   white-space: nowrap;
   padding-left: 0;
@@ -989,7 +989,7 @@ div.qdrChord .legend-text {
 }
 
 .link-dir-out {
-  color: blue;
+  color: #0066cc;
 }
 
 .overview-table tr {
@@ -1077,7 +1077,7 @@ div.details-table ul.entities-list {
 }
 
 .entities-list li.selected {
-  border-left: 2px solid blue;
+  border-left: 2px solid #0066cc;
   background-color: #eaeaea;
 }
 
@@ -1243,7 +1243,7 @@ span.entity-type i.link-type-router-control:before {
 
 #NotificationDrawer button.pf-m-expanded,
 #NotificationDrawer dd.pf-m-expanded {
-  border-left-color: blue;
+  border-left-color: #0066cc;
 }
 
 #NotificationDrawer .panel-body {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to