update css

This commit is contained in:
rlx 2011-08-07 17:06:12 +00:00
parent 9ba2293467
commit 2b44e1c694
3 changed files with 3 additions and 5 deletions

View file

@ -10,7 +10,7 @@ Base
a {
text-decoration: none;
}
a:hover, .OxLink:hover {
a:hover {
text-decoration: underline;
cursor: pointer;
}

View file

@ -1,8 +1,7 @@
body.OxThemeClassic {
background: rgb(240, 240, 240);
}
.OxThemeClassic a,
.OxThemeClassic span.OxLink {
.OxThemeClassic a {
color: rgb(0, 0, 128);
}
.OxThemeClassic div {

View file

@ -1,8 +1,7 @@
body.OxThemeModern {
background: rgb(16, 16, 16);
}
.OxThemeModern a,
.OxThemeModern span.OxLink {
.OxThemeModern a {
color: rgb(128, 128, 255);
}
.OxThemeModern div {