diff --git a/src/DotNetCore.CAP/Dashboard/Content/css/cap.css b/src/DotNetCore.CAP/Dashboard/Content/css/cap.css index 842a6dd..9c57849 100644 --- a/src/DotNetCore.CAP/Dashboard/Content/css/cap.css +++ b/src/DotNetCore.CAP/Dashboard/Content/css/cap.css @@ -539,4 +539,12 @@ div.metric-null { .subscribe-table td[rowspan]{ font-weight:bold; +} + +#legend { + background: #f1efef; + position: absolute; + top: 110px; + right: 20px; + color: #000; } \ No newline at end of file