Created
January 30, 2019 10:12
-
-
Save omernaci/c0f6502a025ebc62c28b63dc34242a38 to your computer and use it in GitHub Desktop.
JSF HTML Generate Id with column : CSS Selector
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
| /* | |
| The : is a special character in CSS identifiers, | |
| it represents the start of a pseudo class selector like :hover, :first-child, etc. You would need to escape it. | |
| */ | |
| #phoneForm\:phoneTable { | |
| background: pink; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment