mirror of
https://github.com/kognise/water.css.git
synced 2025-12-06 06:44:58 +01:00
Revert "Add styling for color input, example to index.html"
This reverts commit 4315ae23fc.
This commit is contained in:
parent
4315ae23fc
commit
6b577540df
2 changed files with 0 additions and 10 deletions
|
|
@ -181,11 +181,6 @@
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<label for='fcolor'>Select your favorite color</label>
|
|
||||||
<input type='color' name='fcolor' id='fcolor' />
|
|
||||||
|
|
||||||
<br />
|
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<label for='volume'>Volume</label>
|
<label for='volume'>Volume</label>
|
||||||
<input type='range' name='volume' id='volume' min='0' max='11' />
|
<input type='range' name='volume' id='volume' min='0' max='11' />
|
||||||
|
|
|
||||||
|
|
@ -31,11 +31,6 @@ select {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type='color'] {
|
|
||||||
min-height: 2rem;
|
|
||||||
padding: 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
input,
|
input,
|
||||||
select,
|
select,
|
||||||
button,
|
button,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue