mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
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:
parent
e741ecd2f8
commit
9b9b297fdb
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user