Fixed changelist thead links color.
parent
be21550c6a
commit
e9038157be
|
|
@ -185,6 +185,14 @@
|
||||||
color:{{ theme.css_generic_link_hover_color }};
|
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 .button,
|
||||||
.admin-interface input[type=submit],
|
.admin-interface input[type=submit],
|
||||||
.admin-interface input[type=button],
|
.admin-interface input[type=button],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue