How to apply css to item vew

  • 3 February 2017
  • 1 reply
  • 9 views

Badge +5

HI

 

I need to apply custom css to item view.

 

thanks in advance... :)


1 reply

Badge +9

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