1
0
Fork 0

improved UI for checked items to be deleted

This commit is contained in:
Friendika 2011-06-17 22:58:15 -07:00
commit 787f079d13
4 changed files with 20 additions and 7 deletions

View file

@ -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;
}

View file

@ -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;
}