Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. .thing.comment:hover,
  2. .res-commentBoxes .content .comment:hover {
  3.  
  4. border: 0 solid #555 !important;
  5. border-left-color: rgb(85, 85, 85);
  6. border-left-style: solid;
  7. border-left-width: 0px;
  8. border-left: 3px solid RGBA(212, 49, 23, 1) !important;
  9. }
  10.  
  11. .res-commentBoxes .content .comment {
  12.  
  13. border: none !important;
  14. border-left: 3px solid RGBA(212, 49, 23, .4) !important;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement