Skip to content

Instantly share code, notes, and snippets.

@sudikrt
Last active May 24, 2020 10:29
Show Gist options
  • Save sudikrt/033f0b0173a0da0d8d70da07a370463d to your computer and use it in GitHub Desktop.
Save sudikrt/033f0b0173a0da0d8d70da07a370463d to your computer and use it in GitHub Desktop.
.security-pref-radio {
margin-top : 6px;
}
input[type='radio']:checked:after{
width: 16px;
height: 16px;
border-radius: 14px;
top: -1px;
left: -1px;
position: relative;
background-color: #5d9732;
content: '';
display: inline-block;
visibility: visible;
border: 3px solid #fff;
box-shadow: 0 0 4px #5d9732;
}
td
 
{
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment