blob: 0343114ea5736a9d32d020ec2c1cb1efe55dc05f [file] [log] [blame]
html, body {
margin: 0;
width: 100%;
height: 100%;
background-color: #060606;
color: white;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
user-select: none!important;
font-family: 'Roboto';
}
#graf {
width: 100%;
height: 100%;
}
#dialog {
position: absolute;
top: 0px;
left: 0px;
width: 300px;
height: 100%;
background-color: white;
color: black;
z-index: 120;
overflow-y: auto;
}
#backdrop {
display: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, .5);
z-index: 110;
}
.addegde-button {
line-height: 20px;
font-size: 20px;
width: 100%;
background-color: rgba(200,0,0,0.4);
}
.addegde-msg {
display: none;
line-height: 20px;
font-size: 20px;
width: 100%;
background-color: rgba(0,200,0,0.4);
}
#searchButton {
position: absolute;
right: 10px;
bottom: 110px;
z-index: 100;
}
#zoomin {
position: absolute;
right: 10px;
bottom: 60px;
z-index: 100;
}
#zoomout {
position: absolute;
right: 10px;
bottom: 10px;
z-index: 100;
}
@media (max-width: 700px) {
#dialog {
width: Calc(100% - 32px)!important;
height: Calc(100% - 32px)!important;
margin: 16px;
}
#backdrop {
display: block;
}
#min-dialog {
display: block!important;
}
}