diff options
Diffstat (limited to 'view/theme/loozah')
-rw-r--r-- | view/theme/loozah/style.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index 9ab3bb6bc..d43ab19ed 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -2519,17 +2519,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; } |