ARTEMIS-3256 internalqueue and internaladdress get their own color in the diagram

This commit is contained in:
Erwin Dondorp 2021-04-17 11:51:24 +02:00 committed by clebertsuconic
parent 02a6db8c84
commit 24bae19915
1 changed files with 8 additions and 0 deletions

View File

@ -69,6 +69,14 @@ svg text {
fill: #78932c;
}
.pf-topology-svg g.InternalAddress circle {
stroke: #2b326e;
}
.pf-topology-svg g.InternalQueue circle {
stroke: #50621d;
}
/*Adds a border to top of page*/
.pf-c-page__header {
border-top: 3px solid #B21054;