Use more faded image. Still looks ugly!

git-svn-id: http://svn.automattic.com/wordpress/trunk@119 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
mikelittle
2003-06-01 00:23:57 +00:00
parent 0282128d2a
commit 4aa52900e1
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);