You are not logged in.
as the title says on the archlinux home page in the package search i have light text on a light background. anyone else got this. its fine in aur
Offline
No, it's ok for me. Try to use pacman -Ss keyword ;-)
Offline
it's fine for me, too.
maybe this is a stupid question but have you changed the browser's default settings? haven't you by chance set it to use your own style file?
actually, what browser are you using?
Offline
forefox gran paradiso
Offline
running a dark gtk theme by any chance?
The Arch page must have been coded to assume that text will be black, but then specified the background of the text box.
Options:
*Change to a light gtk theme
*There's some code that you can add to userContent.css if you search the forum
*Use the stylish extension and install a theme for the arch pages. Look in Community Contributions or search userstyles.org for arch website and you'll find it
*File a bug in flyspray and get the website changed
Last edited by alex_anthony (2009-01-11 23:53:54)
Offline
Options:
*Change to a light gtk theme
*There's some code that you can add to userContent.css if you search the forum
*Use the stylish extension and install a theme for the arch pages. Look in Community Contributions or search userstyles.org for arch website and you'll find it
*Stare really hard and make out the white text on a cream background
*File a bug in flyspray and get the website changed
*Press ctrl+a to select all so that the text gets highlighted.
I'd go with editing userContent.css to avoid this problem on other sites too.
My Arch Linux Stuff • Forum Etiquette • Community Ethos - Arch is not for everyone
Offline
right, happends with openpandora.org so i will need instructions on how to make the backgrounds in the text boxes darker
Offline
My Arch Linux Stuff • Forum Etiquette • Community Ethos - Arch is not for everyone
Offline
ok got the usercontent .css from my theme here it is
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
menubar > menu
{
color: rgb(100%,100%,100%) !important;
}
statusbar
{
font-weight: normal !important;
color: rgb(50%,50%,50%) !important;
}
#urlbar[fission="fusion"] > #statusbar-icon .progress-bar
{
-moz-appearance: progresschunk !important;
}
menubar > menu[_moz-menuactive="true"] {
color: MenuText !important;
}
if anyone can help me get this fixed i would be more than happy
thanks alot
Offline
can anyone help me here? need to make the text boxes such as in packages darker
Offline
I searched the forums for firefox dark gtk.
http://bbs.archlinux.org/viewtopic.php?id=50409
2 solutions for the price of one!
Last edited by alex_anthony (2009-01-13 20:00:09)
Offline