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:
Maurício Meneghini Fauth 2023-06-16 16:52:23 -03:00
parent ff2141cb18
commit 59d17854f0
No known key found for this signature in database
GPG Key ID: 6A16FD38AFC89CC8

View File

@ -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;