From 2b44e1c694b8068617c3e6a06be556bb6c79c1ba Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Sun, 7 Aug 2011 17:06:12 +0000 Subject: [PATCH] update css --- source/Ox.UI/css/Ox.UI.css | 2 +- source/Ox.UI/themes/classic/css/classic.css | 3 +-- source/Ox.UI/themes/modern/css/modern.css | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/source/Ox.UI/css/Ox.UI.css b/source/Ox.UI/css/Ox.UI.css index 3cb71c17..9116b6d0 100644 --- a/source/Ox.UI/css/Ox.UI.css +++ b/source/Ox.UI/css/Ox.UI.css @@ -10,7 +10,7 @@ Base a { text-decoration: none; } -a:hover, .OxLink:hover { +a:hover { text-decoration: underline; cursor: pointer; } diff --git a/source/Ox.UI/themes/classic/css/classic.css b/source/Ox.UI/themes/classic/css/classic.css index eb1b225d..eae423ac 100644 --- a/source/Ox.UI/themes/classic/css/classic.css +++ b/source/Ox.UI/themes/classic/css/classic.css @@ -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 { diff --git a/source/Ox.UI/themes/modern/css/modern.css b/source/Ox.UI/themes/modern/css/modern.css index bd3380b1..6f7e3005 100644 --- a/source/Ox.UI/themes/modern/css/modern.css +++ b/source/Ox.UI/themes/modern/css/modern.css @@ -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 {