Style for timeline scroll

This commit is contained in:
Ruben van de Ven 2019-04-11 17:48:56 +02:00
parent 6182362acc
commit 66c7e55c1f
2 changed files with 5 additions and 2 deletions

View File

@ -4,7 +4,8 @@ body {
font-size: 10pt; }
body.dark {
background-color: #333; }
background-color: #333;
color: #777; }
body.dark #story line {
marker-end: url("#arrowHeadWhite");
stroke: white; }
@ -277,7 +278,8 @@ body.showTimeline #toggleTimeline {
bottom: 0;
background: #eee;
pointer-events: none;
opacity: 0; }
opacity: 0;
overflow: auto; }
body.showTimeline #timeline {
opacity: 1;
pointer-events: auto; }

View File

@ -463,6 +463,7 @@ img.icon{
// display:none;
pointer-events: none;
opacity: 0;
overflow:auto;
body.showTimeline &{
opacity: 1;