magic-wormhole/misc/web/timeline.css

52 lines
454 B
CSS
Raw Normal View History

2016-04-29 21:28:04 +00:00
rect.bar {
stroke: black;
}
2016-04-29 21:28:04 +00:00
.lane-0 {
fill: #fcc;
}
2016-04-29 21:28:04 +00:00
.lane-1 {
fill: #cfc;
}
2016-04-29 21:28:04 +00:00
.lane-2 {
fill: #ccf;
}
.lane-3 {
fill: #ccf;
}
.lane-4 {
fill: #ccf;
}
.lane-5 {
fill: #ccf;
}
.lane-6 {
fill: #ccf;
}
rect.wait-user {
fill: #ccc;
}
rect.wait-crypto {
fill: #bbe;
}
.vis-item .vis-item-overflow {
overflow: visible;
}
2016-04-29 21:28:04 +00:00
.d3-tip {
margin: 4px;
padding: 2px;
background: #111;
color: #fff;
}