- added rollover mark in quicksearchbox (glass) image

release-0.6
alecpl 15 years ago
parent 535b54d0d6
commit 562c0e8528

@ -359,7 +359,7 @@ table.records-table tr.unfocused td
{
position: absolute;
top: 3px;
right: 162px;
right: 160px;
}
#quicksearchbar img
@ -371,7 +371,7 @@ table.records-table tr.unfocused td
{
position: absolute;
top: 2px;
left: 20px;
left: 24px;
width: 140px;
height: 15px;
font-size: 11px;

Binary file not shown.

After

Width:  |  Height:  |  Size: 535 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 577 B

@ -41,7 +41,7 @@
</div>
<div id="quicksearchbar">
<roundcube:button name="searchmod" id="searchmod" image="/images/icons/glass.gif" />
<roundcube:button name="searchmod" id="searchmod" image="/images/icons/glass.png" />
<roundcube:object name="searchform" id="quicksearchbox" />
<roundcube:button command="reset-search" id="searchreset" image="/images/icons/reset.gif" title="resetsearch" />
</div>

@ -149,7 +149,7 @@
</div>
<div id="quicksearchbar">
<roundcube:button name="searchmod" id="searchmod" image="/images/icons/glass.gif" onclick="rcmail_ui.show_searchmenu();return false" title="searchmod" />
<roundcube:button name="searchmod" id="searchmod" image="/images/icons/glass_roll.png" onclick="rcmail_ui.show_searchmenu();return false" title="searchmod" />
<roundcube:object name="searchform" id="quicksearchbox" />
<roundcube:button command="reset-search" id="searchreset" image="/images/icons/reset.gif" title="resetsearch" />
</div>

Loading…
Cancel
Save