forked from fixin.me/fixin.me
Expand some selectors
This commit is contained in:
parent
4b2ed2fa39
commit
b91776e9c4
@ -51,7 +51,8 @@ body {
|
||||
}
|
||||
button,
|
||||
input,
|
||||
select {
|
||||
select,
|
||||
textarea {
|
||||
background-color: inherit;
|
||||
font: inherit;
|
||||
}
|
||||
@ -113,7 +114,7 @@ input[type=submit]:hover {
|
||||
color: white;
|
||||
fill: white;
|
||||
}
|
||||
button.dangerous:hover {
|
||||
.dangerous:hover {
|
||||
background-color: #ff1f5b;
|
||||
border-color: #ff1f5b;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user