mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 17:25:50 +03:00
Change the "Security Phase" color (#6870)
This commit is contained in:
parent
35b5109c2a
commit
7ab075fdfd
1 changed files with 6 additions and 0 deletions
|
@ -141,6 +141,12 @@ input[type=search]::-webkit-search-results-decoration {
|
|||
input::placeholder,
|
||||
textarea::placeholder {
|
||||
opacity: initial;
|
||||
font-weight: 400;
|
||||
}
|
||||
input::-moz-placeholder,
|
||||
textarea::-moz-placeholder {
|
||||
opacity: .6;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
input[type=text], input[type=password], textarea {
|
||||
|
|
Loading…
Reference in a new issue