Browse Source

update css.

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

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

@@ -1,4 +1,4 @@
/* Sticky footer styles
/* Sticky footer styles
-------------------------------------------------- */

html, body {
@@ -247,7 +247,7 @@ a:hover .label-hover {
.job-snippet-code code {
display: block;
color: black;
background-color:#f5f5f5;
background-color: #f5f5f5;
}

.job-snippet-code pre .comment {
@@ -534,17 +534,17 @@ div.metric-null {
}

.subscribe-table td {
vertical-align:middle !important;
vertical-align: middle !important;
}

.subscribe-table td[rowspan]{
font-weight:bold;
}
.subscribe-table td[rowspan] {
font-weight: bold;
}

#legend {
background: #f1efef;
background: rgba(173, 169, 169, 0.13);
position: absolute;
top: 110px;
right: 20px;
color: #000;
}
}

Loading…
Cancel
Save