You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to inputex
I have been working with inputex and like what I am seeing so far but
I have not been successful changing the label color to white. Give me
a hint.
neyric
unread,
May 19, 2008, 6:08:10 AM5/19/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to inputex
Try this in your CSS:
td.inputEx-Group-label {
color: white;
}
However, this will change in the next version: it wasn't a very good
idea to build TABLE elements.
We'll use DIV elements with "float: left" property instead.
Mike van Leeuwen
unread,
May 19, 2008, 9:58:41 AM5/19/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to inp...@googlegroups.com
Thanks, that worked! Looking forward to new version.