Merge pull request #1019 from schrorg/dark-css-fixes
Small dark CSS fixes in frames and timeline view
This commit is contained in:
commit
87bb60d829
|
@ -7,9 +7,9 @@ tr.alarm {
|
|||
}
|
||||
|
||||
tr.bulk {
|
||||
background-color: #cccccc;
|
||||
background-color: #000000;
|
||||
}
|
||||
|
||||
tr.normal {
|
||||
background-color: #ffffff;
|
||||
background-color: #222222;
|
||||
}
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue