mirror of
https://github.com/Gioni06/terminal.css
synced 2025-03-09 17:19:04 -04:00
fix checkboxes and radios
This commit is contained in:
parent
4ad6203eb6
commit
c871518821
@ -343,6 +343,8 @@ input[type="email"], input[type="text"], input[type="number"], input[type="passw
|
||||
padding: .5em;
|
||||
font-size: 1em;
|
||||
font-family: var(--font-stack);
|
||||
-webkit-appearance: none;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
input[type="email"]:active, input[type="text"]:active, input[type="number"]:active, input[type="password"]:active, input[type="search"]:active
|
||||
@ -374,6 +376,8 @@ textarea {
|
||||
padding: .5em;
|
||||
font-size: 1em;
|
||||
font-family: var(--font-stack);
|
||||
-webkit-appearance: none;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
textarea:focus {
|
||||
@ -389,8 +393,6 @@ textarea:not(:placeholder-shown):invalid {
|
||||
input, textarea {
|
||||
color: var(--font-color);
|
||||
background-color: var(--background-color);
|
||||
-webkit-appearance: none;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
input::placeholder, textarea::placeholder {
|
||||
|
Loading…
x
Reference in New Issue
Block a user