Advertisement
Guest User

Checkbox list Styles

a guest
Nov 7th, 2016
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.75 KB | None | 0 0
  1. .select-icon-list { font-size: 14px; list-style: none; padding: 0; margin: 0; }
  2. .select-icon-list * { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
  3. .select-icon-list li { cursor: pointer; margin-bottom: 2px; color: #a1a1a1; }
  4. .select-icon-list li span.tip { font-size: 11px; }
  5. .select-icon-list li.selected { color: #343434; }
  6. .select-icon-list:not(.displaySelectInversed) li.selected span { text-decoration: underline; }
  7. .select-icon-list li.selected span.tip { text-decoration: none; }
  8.  
  9. .select-icon-list.displaySelectInversed li { color: #343434; }
  10. .select-icon-list.displaySelectInversed li.selected { text-decoration: line-through; color: #a1a1a1; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement