On 2012-12-16 19:50 (GMT+0800) Robin Atwood composed:
Since forever I have used a simple user style-sheet to force black-on-white default on web pages. This is necessary because I have a light-on-dark colour scheme and text can be unreadable if the background is defaulted. The CSS is not fancy, e.g.
body { background-color: white; color: black; }
INPUT { background-color: #E1E7FD; color: black; }
Since about KDE 4.9 it is now completely ignored. Anyone else notice this?
WFM in 4.9.90. Is that the exact same sheet that used to work? I'll bet it isn't. !important is missing from each rule. Without it, user styles are ignored on most pages.
-- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation) Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ ___________________________________________________ This message is from the kde-linux mailing list. Account management: https://mail.kde.org/mailman/listinfo/kde-linux. Archives: http://lists.kde.org/. More info: http://www.kde.org/faq.html.