Merge pull request #1019 from schrorg/dark-css-fixes

Small dark CSS fixes in frames and timeline view
This commit is contained in:
Andrew Bauer 2015-08-17 07:59:23 -05:00
commit 87bb60d829
2 changed files with 4 additions and 4 deletions

View File

@ -7,9 +7,9 @@ tr.alarm {
}
tr.bulk {
background-color: #cccccc;
background-color: #000000;
}
tr.normal {
background-color: #ffffff;
background-color: #222222;
}

View File

@ -122,8 +122,8 @@
position: absolute;
text-align: center;
left: 0px;
background-color: #fcfcfc;
border-bottom: 1px solid black;
background-color: #000000;
border-bottom: 1px solid #cccccc;
}
#chartPanel .event {