mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-21 11:14:19 +00:00
parent
32c6a7a564
commit
92a3d6b2f8
2 changed files with 7 additions and 1 deletions
|
@ -1515,6 +1515,12 @@ Contents
|
|||
<input type="tel" placeholder="Telephone">
|
||||
</label>
|
||||
</p>
|
||||
<p>
|
||||
<label>
|
||||
Website
|
||||
<input type="url" placeholder="htcpcp://kitchen.localdomain/brew">
|
||||
</label>
|
||||
</p>
|
||||
<p>
|
||||
<label>
|
||||
Birthday
|
||||
|
|
|
@ -96,7 +96,7 @@
|
|||
@modifier-magenta: ~":where(.magenta)";
|
||||
|
||||
@input: ~":where(input, textarea, select, button)";
|
||||
@input-field: ~':where(input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="datetime-local"], input[type="date"], input[type="time"])';
|
||||
@input-field: ~':where(input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="datetime-local"], input[type="date"], input[type="time"], input[type="url"])';
|
||||
@input-area: ~":where(textarea)";
|
||||
@input-select: ~":where(select:not([multiple]))";
|
||||
@input-multiselect: ~":where(select[multiple])";
|
||||
|
|
Loading…
Reference in a new issue