forms: input styles
This commit is contained in:
parent
2fdf2c7096
commit
e75ab01844
@ -30,6 +30,13 @@
|
||||
&.is-empty {
|
||||
color: $cHintText;
|
||||
}
|
||||
&.is-null {
|
||||
color: $cHintText;
|
||||
font-style: italic;
|
||||
}
|
||||
&.is-number {
|
||||
color: darken($cHighlight, 16%);
|
||||
}
|
||||
&:hover {
|
||||
border: 1px solid $cHoverLine;
|
||||
}
|
||||
|
@ -39,6 +39,10 @@
|
||||
<br/>
|
||||
<div class="CDB-InputText CDB-Text is-cursor is-empty">DejaVu Sans</div>
|
||||
<br/>
|
||||
<div class="CDB-InputText CDB-Text is-cursor is-null">null</div>
|
||||
<br/>
|
||||
<div class="CDB-InputText CDB-Text is-cursor is-number">46,594</div>
|
||||
<br/>
|
||||
<select name="select" class="CDB-SelectFake CDB-Text">
|
||||
<option value="value1" selected>Choose an option</option>
|
||||
<option value="value2">Hide</option>
|
||||
|
Loading…
Reference in New Issue
Block a user