Make WordPress Core


Ignore:
Timestamp:
06/01/2003 12:23:57 AM (23 years ago)
Author:
mikelittle
Message:

Use more faded image. Still looks ugly!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/b2bookmarklet.php

    r93 r119  
    5757    background-image: url('<?php
    5858if ($is_gecko || $is_IE) {
    59 ?>../b2-img/bgbookmarklet1.gif<?php
     59?>../b2-img/bgbookmarklet3.gif<?php
    6060} else {
    6161?>../b2-img/bgbookmarklet3.gif<?php
     
    7070    background-color: transparent;
    7171<?php if ($is_gecko || $is_macIE) { ?>
    72     background-image: url('../b2-img/bgbookmarklet.png');
     72    background-image: url('../b2-img/bgbookmarklet3.gif');
    7373<?php } elseif ($is_winIE) { ?>
    7474    background-color: #cccccc;
Note: See TracChangeset for help on using the changeset viewer.