css - How to disableTheme -


i have input control several labels on it, using extension library , oneui labels blank bold default. have style sheet entry in it:

.labelgrn10 { font-family:tahoma;font-size:10pt; font-weight:bold;color:rgb(95,170, 90);} 

the labels in same column have tried every combination of disabletheme , applying style class these labels 1 of them green can't life of me figure out why not green have same style applied them:

<xp:td style="width:150px" >     <xp:label value="approvers on limit :"     id="approvers_over_label1" for="approvers_over1"     disabletheme="true" styleclass="labelgrn10">     </xp:label> </xp:td> 

i'm not great on css stuff pain in butt. disabletheme not seem work, or @ least way think should.

you overwrite oneui class css. nice documentation of classes of oneui , it's structure one: http://infolib.lotus.com/resources/oneui/3.0/docpublic/components/overview.htm


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -