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

View File

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