diff options
author | Friendika <info@friendika.com> | 2011-06-17 23:06:42 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-06-17 23:06:42 -0700 |
commit | 9e2db5d5a614b5dedcd63cdc966c1382a1dfcd7a (patch) | |
tree | 6c8c81e54f7950c23bce552de355cdb675fd6308 /view/theme | |
parent | 787f079d13070dd691af8fcdde76de2649dcbb0f (diff) | |
download | volse-hubzilla-9e2db5d5a614b5dedcd63cdc966c1382a1dfcd7a.tar.gz volse-hubzilla-9e2db5d5a614b5dedcd63cdc966c1382a1dfcd7a.tar.bz2 volse-hubzilla-9e2db5d5a614b5dedcd63cdc966c1382a1dfcd7a.zip |
tooltip for selecting items
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/duepuntozero/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 8bebecbd7..a8d40886f 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2522,8 +2522,8 @@ a.mail-list-link { position: absolute; left: 0px; top: 0px; - opacity: 0.3; - filter:alpha(opacity=30); + opacity: 0.2; + filter:alpha(opacity=20); } #lang-select-icon:hover { |