From e79ef29a391fa6e215122a4d163bbd55331f6381 Mon Sep 17 00:00:00 2001 From: MrZYX Date: Fri, 20 May 2011 21:35:56 +0200 Subject: [PATCH] fixed that super annoying bug on the notificaitons page --- public/stylesheets/sass/application.sass | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/stylesheets/sass/application.sass b/public/stylesheets/sass/application.sass index c598cfa2e..0e1c70362 100644 --- a/public/stylesheets/sass/application.sass +++ b/public/stylesheets/sass/application.sass @@ -250,7 +250,7 @@ ul.dropdown ////////////////////////////////// .unread - :font-weight bold + :background-color #E6E6E6 :color #333 !important time :color #333 !important @@ -2272,6 +2272,10 @@ h3,h4 :bottom 0.3em :padding 0.2em 0.5em :width 500px + @include border-radius(5px) + + &:hover + :background-color #EFEFEF .day_group :min-height 100px