Browse Source

add legend styles.

master
Savorboard 7 years ago
parent
commit
54754b4deb
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      src/DotNetCore.CAP/Dashboard/Content/css/cap.css

+ 8
- 0
src/DotNetCore.CAP/Dashboard/Content/css/cap.css View File

@@ -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;
}

Loading…
Cancel
Save