Style for timeline scroll
This commit is contained in:
parent
6182362acc
commit
66c7e55c1f
2 changed files with 5 additions and 2 deletions
|
@ -4,7 +4,8 @@ body {
|
||||||
font-size: 10pt; }
|
font-size: 10pt; }
|
||||||
|
|
||||||
body.dark {
|
body.dark {
|
||||||
background-color: #333; }
|
background-color: #333;
|
||||||
|
color: #777; }
|
||||||
body.dark #story line {
|
body.dark #story line {
|
||||||
marker-end: url("#arrowHeadWhite");
|
marker-end: url("#arrowHeadWhite");
|
||||||
stroke: white; }
|
stroke: white; }
|
||||||
|
@ -277,7 +278,8 @@ body.showTimeline #toggleTimeline {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
background: #eee;
|
background: #eee;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
opacity: 0; }
|
opacity: 0;
|
||||||
|
overflow: auto; }
|
||||||
body.showTimeline #timeline {
|
body.showTimeline #timeline {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
pointer-events: auto; }
|
pointer-events: auto; }
|
||||||
|
|
|
@ -463,6 +463,7 @@ img.icon{
|
||||||
// display:none;
|
// display:none;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
overflow:auto;
|
||||||
|
|
||||||
body.showTimeline &{
|
body.showTimeline &{
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
|
Loading…
Reference in a new issue