Re: Cannot change background color
"David Pennington" <[email protected]>
| Newsgroups | gmane.comp.lang.smalltalk.squeak.seaside |
|---|---|
| Message-ID | <[email protected]> |
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" <[email protected]> To: "Seaside - general discussion" <[email protected]> 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 [email protected] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside Message sent using Winmail Mail Server _______________________________________________ seaside mailing list [email protected] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside