Use more faded image. Still looks ugly!

git-svn-id: https://develop.svn.wordpress.org/trunk@119 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mike Little 2003-06-01 00:23:57 +00:00
parent 182947604f
commit 7de4771410
3 changed files with 6 additions and 6 deletions

View File

@ -56,7 +56,7 @@ function launchupload() {
body {
background-image: url('<?php
if ($is_gecko || $is_IE) {
?>../b2-img/bgbookmarklet1.gif<?php
?>../b2-img/bgbookmarklet3.gif<?php
} else {
?>../b2-img/bgbookmarklet3.gif<?php
}
@ -69,7 +69,7 @@ if (!$is_NS4) {
textarea,input,select {
background-color: transparent;
<?php if ($is_gecko || $is_macIE) { ?>
background-image: url('../b2-img/bgbookmarklet.png');
background-image: url('../b2-img/bgbookmarklet3.gif');
<?php } elseif ($is_winIE) { ?>
background-color: #cccccc;
filter: alpha(opacity:80);

View File

@ -62,7 +62,7 @@ textarea,input,select {
font-size: 12px;
background-color: transparent;
<?php if ($is_gecko || $is_macIE) { ?>
background-image: url('../b2-img/bgbookmarklet.png');
background-image: url('../b2-img/bgbookmarklet3.gif');
<?php } elseif ($is_winIE) { ?>
background-color: #dddddd;
filter: alpha(opacity:80);

View File

@ -19,7 +19,7 @@ die ("The admin disabled this function");
body {
background-image: url('<?php
if ($is_gecko || $is_macIE) {
?>../b2-img/bgbookmarklet1.gif<?php
?>../b2-img/bgbookmarklet3.gif<?php
} else {
?>../b2-img/bgbookmarklet3.gif<?php
}
@ -33,7 +33,7 @@ if (!$is_NS4) {
textarea,input,select {
background-color: white;
/*<?php if ($is_gecko || $is_macIE) { ?>
background-image: url('../b2-img/bgbookmarklet.png');
background-image: url('../b2-img/bgbookmarklet3.gif');
<?php } elseif ($is_winIE) { ?>
background-color: #cccccc;
filter: alpha(opacity:80);
@ -88,7 +88,7 @@ function targetopener(blah, closeme, closeonly) {
<table align="center" width="100%" height="100%" cellpadding="15" cellspacing="0" border="1" style="border-width: 1px; border-color: #cccccc;">
<tbody>
<tr>
<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 } ?>;">
<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 } ?>;">
<?php
if (!$HTTP_POST_VARS["submit"]) {