Fix style of slider label

This commit is contained in:
Markus Ankenbrand 2017-02-25 13:39:09 +01:00
parent 6b1ce6058e
commit 51d10d8b92
2 changed files with 7 additions and 1 deletions

View file

@ -21,3 +21,9 @@
text-align: center;
border: 1px dashed;
}
#time-range {
border:0;
color:#3BC492;
font-weight:bold;
}

View file

@ -38,7 +38,7 @@
<div style="clear: both; float: left; display: block; position: relative;margin-top: 20px;">
<p style="margin-bottom: 0px">
<label for="time-range">Zeitraum:</label>
<input type="text" id="time-range" readonly style="border:0; color:#f6931f; font-weight:bold;">
<input type="text" id="time-range" readonly>
</p>
<div id="time-range-slider" style="margin-bottom: 2em"></div>