Advertisement
Guest User

Untitled

a guest
Oct 26th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. .insight .prescriptiveTable table tr td div.box {
  2. position: relative;
  3. width: 14px;
  4. height: 14px;
  5. border: 1px solid #DDD;
  6. margin-left: 15px;
  7. cursor: pointer;
  8. }
  9.  
  10. .insight .prescriptiveTable table tr.trSelected td.statusCheck div.status {
  11. background-color: #E40428;
  12. background-image: url(../img/checkbox-icon.svg);
  13. background-repeat: no-repeat;
  14. background-position: center center;
  15. height: 12px;
  16. width: 12px;
  17. position: absolute;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement