Added left and right scales

This commit is contained in:
Daniel Ledda
2021-03-23 16:53:48 +01:00
parent 942db5c18f
commit b7873ab7db
7 changed files with 230 additions and 201 deletions

View File

@@ -100,6 +100,10 @@ h1 {
display: inline-block;
font-size: 30px;
margin: 10px 0 10px 0;
transition: background-color 100ms;
}
.display-mode-widget-mins .min-count:hover {
background-color: #eaeaea;
}
.display-mode-widget-mins input {
border: none;
@@ -128,6 +132,12 @@ h1 {
font-size: 12px;
}
.timezone-widget span:nth-child(2) {
transition: background-color 100ms;
}
.timezone-widget span:nth-child(2):hover {
background-color: #eaeaea;
}
.timezone-widget input {
border: none;
display: inline-block;
@@ -135,7 +145,4 @@ h1 {
text-align: center;
margin: 10px 0 10px 0;
background-color: white;
}
.chart-canvas {
}