From bd7359b50e0afac245aa5c15ab633f35a7fbfba3 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Sat, 10 Mar 2012 22:59:01 +0200 Subject: [PATCH] fix text color for account popup hover --- app/assets/stylesheets/common.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 632a17b5..394763a6 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -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 {