I am having issues using Stylish to skin a site but the image values given are not all the same case. I will get some images with Cattle.GIF, Cattle.gif or cattle.GIF. Right now, I have it working for one set of the images but the others will not work.
img[src*="cattle"] {
height: 00 !important;
width: 1 !important;
/* these numbers match the new image's dimensions */
padding-left: 41px !important;
padding-top: 35px !important;
background: url(https://s3-us-west-1.amazonaws.com/resonantriseimages/resources/CattleIcon.png) no-repeat !important;
}
Above will only work if the word is all lower case. I am trying to make it so it doesn't care if it is capital or lowercase.