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/b2upload.php

    r93 r119  
    2020        background-image: url('<?php
    2121if ($is_gecko || $is_macIE) {
    22 ?>../b2-img/bgbookmarklet1.gif<?php
     22?>../b2-img/bgbookmarklet3.gif<?php
    2323} else {
    2424?>../b2-img/bgbookmarklet3.gif<?php
     
    3434        background-color: white;
    3535/*<?php if ($is_gecko || $is_macIE) { ?>
    36         background-image: url('../b2-img/bgbookmarklet.png');
     36        background-image: url('../b2-img/bgbookmarklet3.gif');
    3737<?php } elseif ($is_winIE) { ?>
    3838        background-color: #cccccc;
     
    8989        <tbody>
    9090        <tr>
    91         <td valign="top" style="background-color: transparent; <?php if ($is_gecko || $is_macIE) { ?>background-image: url('../b2-img/bgbookmarklet.png');<?php } elseif ($is_winIE) { ?>background-color: #cccccc; filter: alpha(opacity:60);<?php } ?>;">
     91        <td valign="top" style="background-color: transparent; <?php if ($is_gecko || $is_macIE) { ?>background-image: url('../b2-img/bgbookmarklet3.gif');<?php } elseif ($is_winIE) { ?>background-color: #cccccc; filter: alpha(opacity:60);<?php } ?>;">
    9292<?php
    9393
Note: See TracChangeset for help on using the changeset viewer.