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