mirror of
https://github.com/jdan/98.css.git
synced 2025-01-17 04:38:30 +01:00
Merge pull request #206 from OverflowCat/patch-1
Add support for input type url
This commit is contained in:
commit
880ac4ffa0
@ -475,6 +475,7 @@ input[type="checkbox"][disabled]:checked + label::after {
|
||||
input[type="text"],
|
||||
input[type="password"],
|
||||
input[type="email"],
|
||||
input[type="url"],
|
||||
input[type="tel"],
|
||||
input[type="number"],
|
||||
input[type="search"],
|
||||
@ -494,6 +495,7 @@ textarea {
|
||||
input[type="text"],
|
||||
input[type="password"],
|
||||
input[type="email"],
|
||||
input[type="url"],
|
||||
input[type="tel"],
|
||||
input[type="search"],
|
||||
select {
|
||||
@ -515,6 +517,7 @@ input[type="search"]::-webkit-search-results-decoration { display: none; }
|
||||
input[type="text"],
|
||||
input[type="password"],
|
||||
input[type="email"],
|
||||
input[type="url"],
|
||||
input[type="tel"],
|
||||
input[type="number"],
|
||||
input[type="search"] {
|
||||
@ -523,12 +526,14 @@ input[type="search"] {
|
||||
}
|
||||
|
||||
input[type="email"]:disabled,
|
||||
input[type="url"]:disabled,
|
||||
input[type="tel"]:disabled,
|
||||
input[type="password"]:disabled,
|
||||
input[type="text"]:disabled,
|
||||
input[type="number"]:disabled,
|
||||
input[type="search"]:disabled,
|
||||
input[type="email"]:read-only,
|
||||
input[type="url"]:read-only,
|
||||
input[type="tel"]:read-only,
|
||||
input[type="password"]:read-only,
|
||||
input[type="text"]:read-only,
|
||||
@ -554,6 +559,7 @@ select:focus,
|
||||
input[type="text"]:focus,
|
||||
input[type="password"]:focus,
|
||||
input[type="email"]:focus,
|
||||
input[type="url"]:focus,
|
||||
input[type="tel"]:focus,
|
||||
input[type="number"]:focus,
|
||||
input[type="search"]:focus,
|
||||
|
Loading…
x
Reference in New Issue
Block a user