Changeset 562c0e8 in github


Ignore:
Timestamp:
May 25, 2009 5:08:13 AM (4 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
7dbe2fa
Parents:
535b54d
Message:
  • added rollover mark in quicksearchbox (glass) image
Location:
skins/default
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • skins/default/common.css

    r30b152b r562c0e8  
    360360 position: absolute; 
    361361 top: 3px; 
    362  right: 162px; 
     362 right: 160px; 
    363363} 
    364364 
     
    372372  position: absolute; 
    373373  top: 2px; 
    374   left: 20px; 
     374  left: 24px; 
    375375  width: 140px; 
    376376  height: 15px; 
  • skins/default/templates/addressbook.html

    r30b152b r562c0e8  
    4242 
    4343<div id="quicksearchbar"> 
    44 <roundcube:button name="searchmod" id="searchmod" image="/images/icons/glass.gif" /> 
     44<roundcube:button name="searchmod" id="searchmod" image="/images/icons/glass.png" /> 
    4545<roundcube:object name="searchform" id="quicksearchbox" /> 
    4646<roundcube:button command="reset-search" id="searchreset" image="/images/icons/reset.gif" title="resetsearch" /> 
  • skins/default/templates/mail.html

    r7997529 r562c0e8  
    150150 
    151151<div id="quicksearchbar"> 
    152 <roundcube:button name="searchmod" id="searchmod" image="/images/icons/glass.gif" onclick="rcmail_ui.show_searchmenu();return false" title="searchmod" /> 
     152<roundcube:button name="searchmod" id="searchmod" image="/images/icons/glass_roll.png" onclick="rcmail_ui.show_searchmenu();return false" title="searchmod" /> 
    153153<roundcube:object name="searchform" id="quicksearchbox" /> 
    154154<roundcube:button command="reset-search" id="searchreset" image="/images/icons/reset.gif" title="resetsearch" /> 
Note: See TracChangeset for help on using the changeset viewer.