Guest User

Untitled

a guest
Nov 16th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. .page-id-8 .slider-entry-image img{
  2. min-width:220px !important;
  3. width:220px !important;
  4. -webkit-filter: none!important;
  5. filter: url(""); /* Firefox 10+, Firefox on Android */
  6. filter: none!important; /* IE6-9 */
  7. -webkit-filter: grayscale(0%);
  8. }
  9.  
  10. -webkit-filter: grayscale(100%);
  11. -moz-filter: grayscale(100%);
  12. -ms-filter: grayscale(100%);
  13. -o-filter: grayscale(100%);
  14. filter: grayscale(100%);
  15. filter: url(grayscale.svg); /* Firefox 4+ */
  16. filter: gray; /* IE 6-9 */
Add Comment
Please, Sign In to add comment