Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

RichFaces calendar colors

843844Jun 29 2009 — edited Jul 1 2009
Hi !

I use RichFaces (version 3.3.1)
I have a problem with view of richfaces-calendar.
I wrote this code in my JSP file:
<h:panelGrid styleClass="alap">
  <rich:calendar />
</h:panelGrid>
My CSS file:
table.alap {
  font-size: 13px;
  font-family: Verdana, sans-serif;
}
table.alap td {
  background-color: green;
}  
So, all the cells of calendar have green colour of background, but I don't want this view.
I would like to protect the cells of calendar from the outer effect.

Bye, xesj.hu
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 29 2009
Added on Jun 29 2009
7 comments
677 views