ARTEMIS-3256 internalqueue and internaladdress get their own color in the diagram
This commit is contained in:
parent
02a6db8c84
commit
24bae19915
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue