Make WordPress Core

Changeset 119


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

Use more faded image. Still looks ugly!

Location:
trunk/wp-admin
Files:
3 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;
  • trunk/wp-admin/b2sidebar.php

    r93 r119  
    6363    background-color: transparent;
    6464<?php if ($is_gecko || $is_macIE) { ?>
    65     background-image: url('../b2-img/bgbookmarklet.png');
     65    background-image: url('../b2-img/bgbookmarklet3.gif');
    6666<?php } elseif ($is_winIE) { ?>
    6767    background-color: #dddddd;
  • 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.