Login through homepage working
This commit is contained in:
parent
7bbe293537
commit
82a4328700
3 changed files with 11 additions and 0 deletions
Binary file not shown.
Binary file not shown.
|
@ -294,6 +294,17 @@ code {
|
|||
}
|
||||
}
|
||||
|
||||
fieldset[disabled] {
|
||||
input[type=text],
|
||||
input[type=number],
|
||||
input[type=email],
|
||||
input[type=password],
|
||||
textarea {
|
||||
color: rgba($primary-text-color, 0.5);
|
||||
border-color: rgba($primary-text-color, 0.5);
|
||||
}
|
||||
}
|
||||
|
||||
input[type=text],
|
||||
input[type=number],
|
||||
input[type=email],
|
||||
|
|
Loading…
Reference in a new issue