Advertisement
name22

AutoIt.de - Latest Threads change hover-effect

Dec 1st, 2012
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("autoit.de") {
  4.     tr.container-1:hover,tr.container-2:hover {
  5.         background-color: #E8FFFF !important;
  6.         background-image: none !important;
  7.         }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement