Created
June 26, 2014 17:04
-
-
Save premchandpl/506a4a652c4ddeec4c13 to your computer and use it in GitHub Desktop.
Custom Table RTE Styles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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