Merge #17063 - Fix Metro theme text color for buttons in the browse table navigation bar

Pull-request: #17063

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2021-08-09 22:57:27 +02:00
commit e260a40d90
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -2522,6 +2522,7 @@ form.append_fields_form .tblFooters {
input {
&[type="submit"] {
background: $navi-background;
color: $navi-color;
border: none;
filter: none;
margin: 5px;