mlanthaler: Changed color of bottom links and added hover-effect ("Silverstripe CMS" and "log out") to make them more visible.

(merged from branches/gsocmlanthaler: Changed color of bottom links and added hover-effect ("Silverstripe CMS" and "log out") to make them more visible. 
(merged from branches/gsoc))


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41893 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2007-09-15 01:25:33 +00:00
parent e741ecd2f8
commit 9b9b297fdb
1 changed files with 4 additions and 3 deletions

View File

@ -30,11 +30,12 @@ h2 {
}
a {
color: #1E3F94;
color: #FFFFFF;
text-decoration: underline;
}
a:hover {
text-decoration: none;
color: #CDC9C1;
text-decoration: underline;
}
a img {
border-style: none;
@ -46,4 +47,4 @@ a img {
#Header h1 {
color: white;
}
}