Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For example, you can enter the following style sheet to change the row content label colours colors to red colourcolor.

Code Block
languagecss
.ui-rowcontent {

  .ui-rowcontent-label {
      color:red;
  }

}

...