comparison client/src/components/gauge/Waterlevel.vue @ 2607:ee60096c7eb6

client: gauge waterlevel diagram: improved style of time selection
author Markus Kottlaender <markus@intevation.de>
date Tue, 12 Mar 2019 17:13:04 +0100
parents 85f9bf4a6eba
children 5ce1b4b29869
comparison
equal deleted inserted replaced
2606:e12df0bf2f8d 2607:ee60096c7eb6
26 stroke: red 26 stroke: red
27 .ldc-line 27 .ldc-line
28 stroke: green 28 stroke: green
29 .mw-line 29 .mw-line
30 stroke: grey 30 stroke: grey
31 .brush
32 .selection
33 stroke: transparent
34 fill-opacity: 0.2
35 .handle
36 fill: rgba($color-info, 0.5)
31 </style> 37 </style>
32 38
33 <script> 39 <script>
34 /* This is Free Software under GNU Affero General Public License v >= 3.0 40 /* This is Free Software under GNU Affero General Public License v >= 3.0
35 * without warranty, see README.md and license for details. 41 * without warranty, see README.md and license for details.