[Seaside] Cannot change background color

David Pennington david at totallyobjects.com
Sun Jun 30 21:05:22 UTC 2019


It's OK. I had a spurious ' which negated all of the text below. I have it working now. Sorry to trouble you.

David

--------- Original Message ---------
From: "David Pennington" <david at totallyobjects.com>
To: "Seaside - general discussion" <seaside at lists.squeakfoundation.org>
Subject: [Seaside] Cannot change background color
Date: 06/30/2019 20:59:04 (Sun)

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

_______________________________________________
seaside mailing list
seaside at lists.squeakfoundation.org
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

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


More information about the seaside mailing list