Skip to content

Instantly share code, notes, and snippets.

@premchandpl
Created June 26, 2014 17:04
Show Gist options
  • Select an option

  • Save premchandpl/506a4a652c4ddeec4c13 to your computer and use it in GitHub Desktop.

Select an option

Save premchandpl/506a4a652c4ddeec4c13 to your computer and use it in GitHub Desktop.
Custom Table RTE Styles
table.ms-rteTable-myCustomTable
{
-ms-name:"My Custom Table";
}
.ms-rteTable-myCustomTable > tbody > tr > td,
.ms-rteTable-myCustomTable > tbody > tr > th
{
border: 1px solid #C6C6C6;
padding:10px;
}
.ms-rteTableHeaderRow-myCustomTable th
{
background:#0072C6;
color:#fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment