Small fixes to OH visualization

This commit is contained in:
Pieter Vander Vennet 2020-10-11 22:37:55 +02:00
parent 4db1997ed6
commit c9478c100a
5 changed files with 55 additions and 13 deletions

View file

@ -141,8 +141,8 @@
45deg,
rgba(255, 255, 255, 0),
rgba(255, 255, 255, 0) 10px,
rgba(216, 235, 255, 0.5) 10px,
rgba(216, 235, 255, 0.5) 20px
rgba(102, 207, 255, 0.5) 10px,
rgba(102, 207, 255, 0.5) 20px
);
position: absolute;
left: 0;
@ -153,8 +153,29 @@
color: black;
font-weight: bold;
text-align: center;
border-radius: 1em;
}
.ohviz-today .ohviz-day-off {
display: block;
background: repeating-linear-gradient(
45deg,
rgba(255, 255, 255, 0),
rgba(255, 255, 255, 0) 10px,
rgb(153, 231, 255) 10px,
#99e7ff 20px
);
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
box-sizing: border-box;
color: black;
font-weight: bold;
text-align: center;
border-radius: 1em;
}
.ohviz-now {
position: absolute;