[PATCH] Invisible search button text

Fabian Keil freebsd-listen at fabiankeil.de
Fri May 12 14:49:59 UTC 2006


As reported back in January, the design with the new logo
brakes even more things than the older one, if the user
commited the crime to change his font settings to his preferences.

The search button has invisible text because the button's
background is transparent, its text is white and the background
behind the button is white too.

Please have a look at the screen shot Niek Dekker posted today on
freebsd-doc@: http://www.nlnet.org/freebsd.org.jpg
or the one I posted a while back:
http://www.fabiankeil.de/tmp/freebsd.org-new-logo-in-firefox-1024x768.png

This patch:
--- /tmp/privoxy-filter-test/global.css.orig	Fri May 12 16:43:33 2006
+++ /tmp/privoxy-filter-test/global.css	Fri May 12 16:43:33 2006
@@ -91,7 +91,7 @@
 
 #SEARCH form #SUBMIT, #search form #submit {
   font-size: 0.8em;
-  background: transparent;
+  background-image: url(../images/hdr_fill.png);
   color: #fff;
   border-right: 1px solid #DADADA;
   border-bottom: 1px solid #DADADA;

makes the button visible again.

If the user accidently uses the font-size the designer expected,
the background color no longer matches exactly, but I think
it's close enough.

Fabian
-- 
http://www.fabiankeil.de/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-www/attachments/20060512/c794af43/signature.pgp


More information about the freebsd-www mailing list