FS#19290 - {archweb} Package-search on archlinux.org unusable with dark theme

Attached to Project: Arch Linux
Opened by Thomas Schuetz (Murray_B) - Thursday, 29 April 2010, 15:32 GMT
Last edited by Dan McGee (toofishes) - Tuesday, 06 July 2010, 03:34 GMT
Task Type Bug Report
Category Web Sites
Status Closed
Assigned To Dan McGee (toofishes)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

If you are using a dark theme, let's say white text on black background
and try to use the package-search on archlinux.org, the stylesheet changes
the background to white but not the text-color. So you are writing white
on white, which is quite unusable... Please set a dork text-color in the
stylesheet for the input-box. The error occurs in Firefox, maybo with other
browsers, too.
This task depends upon

Closed by  Dan McGee (toofishes)
Tuesday, 06 July 2010, 03:34 GMT
Reason for closing:  Fixed
Additional comments about closing:  Commit 8458381
Comment by Dan McGee (toofishes) - Tuesday, 04 May 2010, 15:01 GMT
A screenshot would be nice...
Comment by Thomas Schuetz (Murray_B) - Tuesday, 04 May 2010, 15:24 GMT
Hm, kinda difficult to take a screenshot of something you can't see...
Okay, I added one where you can see the theming of firefox and the
searchbox of http://www.archlinux.org. I marked the "ccc" so you
can see some text in it, but the box contains "aaabbbccc".
Comment by Dan McGee (toofishes) - Tuesday, 04 May 2010, 15:28 GMT
But I can't see the rest of the front page in that screenshot. This might all be a mute point that needs to be readdressed after we do a coming re-theme.
Comment by Thomas Schuetz (Murray_B) - Tuesday, 04 May 2010, 15:54 GMT
Hm, I don't understand exactly what you mean. The bug should be solved if you add something like this to the stylesheet:

input {
background-color: white;
color: black;
}

Comment by Allan McRae (Allan) - Saturday, 03 July 2010, 04:56 GMT
status with current theme?
Comment by Thomas Schuetz (Murray_B) - Saturday, 03 July 2010, 13:00 GMT
No, it's the same bug. The following line in the http://www.archlinux.org/media/archweb.css should help:
input[type=text] { background-color: white; color: black; }

Maybe that's better than the thing above...

Loading...