From f23fc93a43ea08ad754f97fef509f841b63f2cf1 Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Fri, 19 Mar 2010 19:06:54 +0100 Subject: Using opacity on the notice more link icon --- theme/default/css/display.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'theme/default') diff --git a/theme/default/css/display.css b/theme/default/css/display.css index d89607ebe..dd18b86ce 100644 --- a/theme/default/css/display.css +++ b/theme/default/css/display.css @@ -435,10 +435,12 @@ background-position:0 -1582px; background-position:0 -1648px; } +.notices .attachment.more, .notices div.entry-content, .notices div.notice-options { opacity:0.4; } +.notices li:hover .attachment.more, .notices li:hover div.entry-content, .notices li:hover div.notice-options { opacity:1; @@ -446,6 +448,7 @@ opacity:1; .opaque { opacity:1 !important; } +.attachment.more, .notice-options a, .notice-options input { font-family:sans-serif; -- cgit v1.2.3-54-g00ecf