Advertisement
name22

AutoIt.de - Change BG Color

Nov 30th, 2012
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.14 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("autoit.de") {
  4.     body {background: rgb(230, 230, 230) !important;}
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement