Skip to main content

HI

 

I need to apply custom css to item view.

 

thanks in advance... :)

Hi K2A, 

 

To change style for perticular control use style sheet inside DataLabel. For Ex :

 

<style>

.theme-entry a.SourceCode-Forms-Controls-Web-Button

 {

    background: #121213;

    color: white;

    border: greenyellow thin double;

}

</style>

 

while doing this remeber to keep your style inside "<style></style>" tags. 

check the litrel property of Datalabel.

 

 

 

 


Reply