Replace the login background image

HOR-808
fix harcode style
This commit is contained in:
dheeyi
2016-04-20 11:26:11 -04:00
parent 60cab9459a
commit 47255ded3d
5 changed files with 19 additions and 2 deletions

View File

@@ -887,4 +887,12 @@ div#toolbar
{
background:url("/images/ext/gray/button/btn.gif") repeat-x scroll 0 -3240px transparent;
}
/*style for login footer */
.footer-login a {
color: white;
text-decoration: none;
}
.footer-login a:hover, a:focus {
color: white;
text-decoration: underline;
}