mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
mlanthaler: Applied new style to links because the old one caused some ugly results.
(merged from branches/gsoc) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41918 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
67ac1edf87
commit
fadc266058
@ -262,6 +262,15 @@ html>body #top #Logo {
|
||||
#bottom #logInStatus {
|
||||
float: right;
|
||||
}
|
||||
#bottom #logInStatus a {
|
||||
color: #FFFFFF;
|
||||
text-decoration: underline;
|
||||
}
|
||||
#bottom #logInStatus a:hover {
|
||||
color: #CDC9C1;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#bottom #switchView {
|
||||
float: left;
|
||||
|
||||
@ -433,6 +442,3 @@ ul.tree li.Root span.Root span.c a {
|
||||
background-image : url(../../cms/images/treeicons/root.png) !important;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
@ -30,11 +30,11 @@ h2 {
|
||||
}
|
||||
|
||||
a {
|
||||
color: #FFFFFF;
|
||||
color: #162F42;
|
||||
text-decoration: underline;
|
||||
}
|
||||
a:hover {
|
||||
color: #CDC9C1;
|
||||
color: #0074C6;
|
||||
text-decoration: underline;
|
||||
}
|
||||
a img {
|
||||
|
Loading…
Reference in New Issue
Block a user