]> git.mxchange.org Git - friendica.git/commitdiff
Vier: Changed the color of links and notification counter.
authorMichael Vogel <icarus@dabo.de>
Mon, 12 Nov 2012 07:22:49 +0000 (08:22 +0100)
committerMichael Vogel <icarus@dabo.de>
Mon, 12 Nov 2012 07:22:49 +0000 (08:22 +0100)
view/theme/vier/style.css

index 59361e537f4348a1a3b4b2abb44ee956d48565ab..48f151706ead8132c232019f77f6f4ea3a6c5b11 100644 (file)
@@ -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;