diff options
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/duepuntozero/style.css | 7 | ||||
-rw-r--r-- | view/theme/loozah/style.css | 7 |
2 files changed, 8 insertions, 6 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; } 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; } |