diff options
author | friendica <info@friendica.com> | 2012-02-15 18:13:41 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-15 18:13:41 -0800 |
commit | b1d31aca519bf7ca99420ad99ccd9575cc24455f (patch) | |
tree | 4abf57aa87fe86fe876e688ccd10d922fa725952 /view/theme/dispy | |
parent | d05442610158eb21cd3e9b9b3cd8cd3e5d56c13c (diff) | |
download | volse-hubzilla-b1d31aca519bf7ca99420ad99ccd9575cc24455f.tar.gz volse-hubzilla-b1d31aca519bf7ca99420ad99ccd9575cc24455f.tar.bz2 volse-hubzilla-b1d31aca519bf7ca99420ad99ccd9575cc24455f.zip |
quick comments
Diffstat (limited to 'view/theme/dispy')
-rwxr-xr-x | view/theme/dispy/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
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); +} |