From 787f079d13070dd691af8fcdde76de2649dcbb0f Mon Sep 17 00:00:00 2001 From: Friendika Date: Fri, 17 Jun 2011 22:58:15 -0700 Subject: improved UI for checked items to be deleted --- view/theme/duepuntozero/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'view/theme/duepuntozero') 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; } -- cgit v1.2.3