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?

TIA
-Robin

-- 
----------------------------------------------------------------------
Robin Atwood.

"Ship me somewheres east of Suez, where the best is like the worst,
 Where there ain't no Ten Commandments an' a man can raise a thirst"
         from "Mandalay" by Rudyard Kipling
----------------------------------------------------------------------








___________________________________________________
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.

Reply via email to