diff --git a/source/Ox.UI/css/Ox.UI.css b/source/Ox.UI/css/Ox.UI.css index e9bf2c9b..266b5104 100644 --- a/source/Ox.UI/css/Ox.UI.css +++ b/source/Ox.UI/css/Ox.UI.css @@ -9,7 +9,7 @@ Base a { text-decoration: none; } -a:hover { +a:hover, .OxLink:hover { text-decoration: underline; cursor: pointer; } diff --git a/source/Ox.UI/css/theme.css b/source/Ox.UI/css/theme.css index 0590ed74..2dcfd1bd 100644 --- a/source/Ox.UI/css/theme.css +++ b/source/Ox.UI/css/theme.css @@ -10,7 +10,8 @@ body.$themeClass:-moz-full-screen { body.$themeClass:-webkit-full-screen { background-color: $bodyBackground; } -.$themeClass a { +.$themeClass a, +.$themeClass .OxLink { color: $bodyLinkColor; } .$themeClass div {