mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
[Glitch] Fix form validation flash message color and input borders
Port ccbdf689e824f93bc9a950bb29a4f1ce58e0f1c9 to glitch-soc
This commit is contained in:
parent
9201398507
commit
c6fc3e0c65
@ -330,9 +330,12 @@ code {
|
|||||||
}
|
}
|
||||||
|
|
||||||
input[type=text],
|
input[type=text],
|
||||||
|
input[type=number],
|
||||||
input[type=email],
|
input[type=email],
|
||||||
input[type=password] {
|
input[type=password],
|
||||||
border-bottom-color: $valid-value-color;
|
textarea,
|
||||||
|
select {
|
||||||
|
border-color: lighten($error-red, 12%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.error {
|
.error {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user