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 { a {
text-decoration: none; text-decoration: none;
} }
a:hover, .OxLink:hover { a:hover {
text-decoration: underline; text-decoration: underline;
cursor: pointer; cursor: pointer;
} }

View file

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

View file

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