mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 04:05:16 +02:00
tooltip for selecting items
This commit is contained in:
parent
787f079d13
commit
9e2db5d5a6
3 changed files with 4 additions and 4 deletions
|
@ -2522,8 +2522,8 @@ a.mail-list-link {
|
|||
position: absolute;
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
opacity: 0.3;
|
||||
filter:alpha(opacity=30);
|
||||
opacity: 0.2;
|
||||
filter:alpha(opacity=20);
|
||||
}
|
||||
|
||||
#lang-select-icon:hover {
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
|
||||
<a href="item/drop/$id" onclick="return confirmDelete();" class="icon drophide" title="$delete" onmouseover="imgbright(this);" onmouseout="imgdull(this);" ></a>
|
||||
</div>
|
||||
<input type="checkbox" onclick="checkboxhighlight(this);" class="item-select" name="itemselected[]" value="$id" />
|
||||
<input type="checkbox" onclick="checkboxhighlight(this);" title="$select" class="item-select" name="itemselected[]" value="$id" />
|
||||
<div class="wall-item-delete-end"></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue