From 30e429e6ce34217ae81d4482a13076336f312d14 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Mon, 12 Nov 2012 08:22:49 +0100 Subject: [PATCH] Vier: Changed the color of links and notification counter. --- view/theme/vier/style.css | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index 59361e537f..48f151706e 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -340,8 +340,9 @@ h4 { } a { - /* color: #36C; */ - color: #3e3e8c; + /* color: #36C; */ + /* color: #3e3e8c; */ + color: #3465A4; text-decoration: none; } a:hover { @@ -374,7 +375,8 @@ a:hover { } .fakelink { /* color: #36c; */ - color: #3e3e8c; + /* color: #3e3e8c; */ + color: #3465A4; text-decoration: none; cursor: pointer; } @@ -581,6 +583,12 @@ nav .nav-menu.selected { border-bottom: 3px solid #9eabb0; /* background-color: #364E59; */ } +nav .nav-menu:hover { + color: #fff !important; + text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); + background: #4c619c; + text-decoration: none; +} nav .nav-notify { display: none; position: absolute;