mirror of https://github.com/n2geoff/stylelite.git
mid-tone tweaks
This commit is contained in:
parent
8303bbfae0
commit
9461cf57f7
|
@ -219,6 +219,8 @@ input[type="radio"]{
|
|||
margin-top: .25rem;
|
||||
}
|
||||
|
||||
input::placeholder {color: var(--mg)}
|
||||
|
||||
button, input[type="reset"],input[type="submit"] {
|
||||
display: inline-block;
|
||||
border-radius: var(--radius);
|
||||
|
@ -263,7 +265,7 @@ a.button:hover, button:hover, input[type="reset"]:hover,input[type="submit"]:hov
|
|||
select:disabled, textarea:disabled,input:disabled {
|
||||
cursor: not-allowed;
|
||||
pointer-events: none;
|
||||
border-color: var(--mg);
|
||||
filter: brightness(95%);
|
||||
}
|
||||
|
||||
select:focus,textarea:focus,input:focus {
|
||||
|
|
Loading…
Reference in New Issue