Advertisement
raikirinojutsu

Change image view background

Mar 16th, 2012
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document regexp("((.*\\.(png|apng|jpg|jpeg|gif|tiff|bmp))|(^data:image\\/.*))(\\?([^#]*))?(#(.*))?") {
  4.  
  5.  
  6.  
  7. html > body {
  8.  
  9. background-color: #EEF3FA !important;
  10.  
  11. }
  12.  
  13.  
  14.  
  15. html > body > img:only-child {
  16.  
  17. box-shadow: none !important;
  18.  
  19. }
  20.  
  21.  
  22.  
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement