no message
This commit is contained in:
parent
12c67c6561
commit
ddf0bcfe16
@ -68,7 +68,6 @@
|
||||
float: right;
|
||||
display: inline-block;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
}
|
||||
#info-line {
|
||||
display: inline;
|
||||
@ -89,7 +88,7 @@
|
||||
}
|
||||
.ui-element {
|
||||
color: #656565;
|
||||
font-size: 14px;
|
||||
font-size: 12px;
|
||||
font-weight: 600;
|
||||
display: inline-block;
|
||||
margin: 5px 5px;
|
||||
@ -156,6 +155,7 @@ label[for] {
|
||||
opacity: 1;
|
||||
}
|
||||
input[type=number].numberInput {
|
||||
color: #656565;
|
||||
position: relative;
|
||||
top: -2;
|
||||
font-size: 12px;
|
||||
@ -166,19 +166,19 @@ input[type=number].numberInput {
|
||||
border:1px solid #ddd;
|
||||
border-radius:5px;
|
||||
text-align: center;
|
||||
background-color: #eee;
|
||||
background-color: #DEDEDE;
|
||||
border: 1px solid #D4D4D4;
|
||||
width: 100px;
|
||||
}
|
||||
input[type=number].numberInput::-webkit-inner-spin-button,
|
||||
input[type=number].numberInput ::-webkit-outer-spin-button {
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
input[type=number].numberInput :hover{
|
||||
input[type=number].numberInput:hover{
|
||||
border:1px solid #ddd;
|
||||
background-color: #f6f6f6;
|
||||
}
|
||||
input[type=number].numberInput :focus{
|
||||
input[type=number].numberInput:focus{
|
||||
outline:none;
|
||||
border:1px solid #ddd;
|
||||
background-color: #f6f6f6;
|
||||
|
||||
@ -21,8 +21,8 @@
|
||||
</div>
|
||||
<div class="ui-element" style="float: left;">
|
||||
<form style="float: left;" oninput="amount.value=parseFloat(scaleRange.value).toFixed(1)">
|
||||
<input id="scaleRange" type="range" min="-1.0" max="1.0" step="0.1" value="0.0" style="float: left; width: 80px;" />
|
||||
<output style="float: left; width: 25px; margin-left:5px;" name="amount" for="scaleRange"></output>
|
||||
<input id="scaleRange" type="range" min="-1.0" max="1.0" step="0.1" value="0.0" style="float: left; width: 70px;" />
|
||||
<output style="float: left; width: 22px; margin-left:5px;" name="amount" for="scaleRange"></output>
|
||||
</form>
|
||||
<label>Scale</label>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user