hero0fwar

Reddit Hover Over Report Button Message

Feb 6th, 2013
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. .report-button .option:not(.error):hover:before {
  2. color: black;
  3. background-color: #CCF;
  4. border: 1px solid #333;
  5. border-radius: 4px;
  6. content: "Please message the moderators if you click report, otherwise we won't know why it was reported.";
  7. display: block;
  8. font-size: 11px;
  9. font-weight: bold;
  10. margin-left: 75px;
  11. margin-top: 7px;
  12. padding: 5px;
  13. position: absolute;
  14. text-align: center;
  15. z-index: 1000
  16. }
Add Comment
Please, Sign In to add comment