Fix form input color issues on the Settings page
Related to https://github.com/phpmyadmin/phpmyadmin/issues/18368. Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
parent
ff2141cb18
commit
59d17854f0
@ -1027,31 +1027,6 @@ table#index_columns {
|
||||
border-color: #a11 !important;
|
||||
}
|
||||
|
||||
input {
|
||||
&[type=text],
|
||||
&[type=password],
|
||||
&[type=number] {
|
||||
border: 1px #a7a6aa solid;
|
||||
height: auto;
|
||||
|
||||
&:focus {
|
||||
border: 1px #6676ff solid;
|
||||
background: #f7fbff;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
select,
|
||||
textarea {
|
||||
border: 1px #a7a6aa solid;
|
||||
height: auto;
|
||||
|
||||
&:focus {
|
||||
border: 1px #6676ff solid;
|
||||
background: #f7fbff;
|
||||
}
|
||||
}
|
||||
|
||||
.field-comment-mark {
|
||||
font-family: serif;
|
||||
color: #007;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user