[Seaside] Cannot change background color

David Pennington david at totallyobjects.com
Sun Jun 30 20:58:55 UTC 2019


I have the following style sheet defined and called by my Seaside program. All of the entries for h2 and table take effect but I can't change the background color or the text color of the main page. Can anyone explain why?
standardStyle
^ '? body{background-color: yellow;color: red;}
h2 { 	font-size: 20pt; 	font-weight: strong; 	color: red;} table { } td { 	border: 2px solid #CCCCCC; 	padding: 4px; } th { 	border: 2px solid #CCCCCC; 	padding: 4px; } th, td {  text-align: left;}.LinkClass { font-size: 20pt; }
.field { background-color: lightgrey; } '

Message sent using Winmail Mail Server
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/seaside/attachments/20190630/8cdb8c84/attachment.html>


More information about the seaside mailing list