15
Sorry just saw this post. but here is the quick fix. Took forever to figure it out. In your themes style css file you can at an entry for "tr" separately or add it along with "th, thead" to look like this "th, tr, thead" as you can see in the one I used below. I use the default theme that comes with xoops installation.
caption {font-weight: bold;}
th, thead {background-color: #EEEEEE; padding : 2px; color: #333333; vertical-align : middle;}
tr {background-color: #EBEBEB; padding : 2px; color: #333333; vertical-align : middle;}
.outer {border: 1px solid #c0c0c0;}
.head {
background-color: #CCCCCC;
padding: 5px;
font-weight: bold;
background-image: url(bbg.gif);
}
I found out that this also may change the theme color depending on the color you use. However the mouse pointer still remains as a text cursor that probably something that we can try to fix together. I feel sad that I can't access the module developer's website to make some suggestions eg.
-I need to be able to list events using a range of date and by categories.
- Also there is a check box to the right that doesn't have any labels that needs to be labeled.
- Force users to choose a category of events before submitting a new entry.
Probably some here can post this to the developers site I mentioned it here in previous posts.