From b1d31aca519bf7ca99420ad99ccd9575cc24455f Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 15 Feb 2012 18:13:41 -0800 Subject: quick comments --- view/theme/dispy/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'view/theme/dispy') diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css index f2807b36f..5bc1450db 100755 --- a/view/theme/dispy/style.css +++ b/view/theme/dispy/style.css @@ -1291,3 +1291,11 @@ footer { display: block; margin: 50px 20%; clear: both; } .acpopupitem.selected { color: #2e3436; background-color: #eeeeec; } +.qcomment { + opacity: 0; + filter:alpha(opacity=0); +} +.qcomment:hover { + opacity: 1.0; + filter:alpha(opacity=100); +} -- cgit v1.2.3