diff options
author | Friendika <info@friendika.com> | 2011-06-17 22:58:15 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-06-17 22:58:15 -0700 |
commit | 787f079d13070dd691af8fcdde76de2649dcbb0f (patch) | |
tree | ed0cecb41db6eb81fd7511d3d701dc2b7f0ba2c0 /view/theme/duepuntozero | |
parent | 484b248f735b22e7a28f4720c3997746f5c10ced (diff) | |
download | volse-hubzilla-787f079d13070dd691af8fcdde76de2649dcbb0f.tar.gz volse-hubzilla-787f079d13070dd691af8fcdde76de2649dcbb0f.tar.bz2 volse-hubzilla-787f079d13070dd691af8fcdde76de2649dcbb0f.zip |
improved UI for checked items to be deleted
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r-- | view/theme/duepuntozero/style.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 2c3700c43..8bebecbd7 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2490,17 +2490,18 @@ a.mail-list-link { } .item-select { - opacity: 0.3; - filter:alpha(opacity=30); + opacity: 0.1; + filter:alpha(opacity=10); float: right; margin-right: 10px; } -.item-select:hover { +.item-select:hover, .checkeditem { opacity: 1; filter:alpha(opacity=100); } + #item-delete-selected { margin-top: 30px; } |