Fixed changelist thead links color.

pull/98/head
Fabio Caccamo 2020-09-07 23:30:35 +02:00
parent be21550c6a
commit e9038157be
1 changed files with 8 additions and 0 deletions

View File

@ -185,6 +185,14 @@
color:{{ theme.css_generic_link_hover_color }};
}
.admin-interface thead th a,
.admin-interface thead th a:link,
.admin-interface thead th a:visited,
.admin-interface thead th a:focus,
.admin-interface thead th a:hover {
color: #666666;
}
.admin-interface .button,
.admin-interface input[type=submit],
.admin-interface input[type=button],