alecpl
2009-05-25 562c0e852826adcd4d709bf4b38a8d67a0ca403a
- added rollover mark in quicksearchbox (glass) image


3 files modified
2 files added
8 ■■■■ changed files
skins/default/common.css 4 ●●●● patch | view | raw | blame | history
skins/default/images/icons/glass.png patch | view | raw | blame | history
skins/default/images/icons/glass_roll.png patch | view | raw | blame | history
skins/default/templates/addressbook.html 2 ●●● patch | view | raw | blame | history
skins/default/templates/mail.html 2 ●●● patch | view | raw | blame | history
skins/default/common.css
@@ -359,7 +359,7 @@
{
 position: absolute;
 top: 3px;
 right: 162px;
 right: 160px;
}
#quicksearchbar img
@@ -371,7 +371,7 @@
{
  position: absolute;
  top: 2px;
  left: 20px;
  left: 24px;
  width: 140px;
  height: 15px;
  font-size: 11px;
skins/default/images/icons/glass.png
skins/default/images/icons/glass_roll.png
skins/default/templates/addressbook.html
@@ -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>
skins/default/templates/mail.html
@@ -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>