Fix style of slider label
This commit is contained in:
parent
6b1ce6058e
commit
51d10d8b92
2 changed files with 7 additions and 1 deletions
|
|
@ -21,3 +21,9 @@
|
|||
text-align: center;
|
||||
border: 1px dashed;
|
||||
}
|
||||
|
||||
#time-range {
|
||||
border:0;
|
||||
color:#3BC492;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue