@Qwk86gn
how do we add this to xenforo using Stylish in Firefox? I added this to the redactor custom blue stylesheet but it's not working.
Wouldn't you have to use background-image: And background-position: ? Just guessing here.
.discussionListItem .iconKey .watched {
width: 22px !important;
height: 16px !important;
background: url('http://oi41.tinypic.com/2n4v9d.jpg') no-repeat !important;
}
Actually it works if you use the right CSS, which I wasn't for whatever reason.
Firefox Stylish requires the !important still, while Chrome doesn't.
Code:.discussionListItem .iconKey .watched { width: 22px !important; height: 16px !important; background: url('http://oi41.tinypic.com/2n4v9d.jpg') no-repeat !important; }
View attachment 48494
Glasses to me say "read" not watched. Perhaps they can just make it a css image so we can change it to whatever we want.
.discussionListItem .iconKey .watched {
background-position: -90px -32px;
height: 18px;
width: 18px;
}
You can change it now, so its likely you can change it when 1.2 comes out.
Shelley's "peeping" smiley
View attachment 48504
Code:.discussionListItem .iconKey .watched { width: 18px; height: 18px; background: url('http://xenforo.com/community/attachments/xenforo-extended-sprite-png.48450/') no-repeat -42px -168px; }
THAT is cool - black n blue fits XF default. The eye looks left slightly towards the post info.So many options.. I'm still good with the glasses, or how about...
![]()
I like the new tweaks that are done in 1.2. One small comment, change the star to something else thats more related to watched threads (one/two eyes) instead of a star that could be interrupt as something else.
View attachment 48391
Seems like this has been implemented.
We use essential cookies to make this site work, and optional cookies to enhance your experience.