OSDN Git Service

fix text color for account popup hover
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Sat, 10 Mar 2012 20:59:01 +0000 (22:59 +0200)
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Sat, 10 Mar 2012 20:59:14 +0000 (22:59 +0200)
app/assets/stylesheets/common.scss

index 632a17b..394763a 100644 (file)
@@ -204,12 +204,16 @@ header {
       text-shadow: none;
       border-bottom: 1px solid #555;
       &:hover {
-  background: #444; } } }
+        color:#eee;
+        background: #444;
+      }
+    }
+  }
 
   .account-box.hover .arrow-up {
     top: 41px;
     right: 6px;
-  position: absolute; }
+    position: absolute; }
 
   .account-links a {
     &:first-child {