| Locked Forum threads [message #63024] Fri, 01 March 2013 14:18 UTC |
 |
|
Not really a bug, more of a request:
When a thread is locked, I understand that the padlock symbol is 'lit up' until you have read it. Is it possible that the padlock could be 'turned off' once the thread has been accessed, following the model of the thread light bulbs?
|
|
|
|
| Re: Locked Forum threads [message #70148 is a reply to message #63066 ] Thu, 20 June 2013 03:37 UTC |
 |
|
Tired of waiting for such easy task, so found a workaround. Get Stylish browser extension and add the following style for address "http://www.shapeways.com/forum/*":
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://www.shapeways.com/forum/") {
img[src*="/readlocked.png"] {
width: 0 !important;
height: 0 !important;
padding-left: 35px !important;
padding-top: 37px !important;
background:
url(http://www.shapeways.com/forum/index.php?t=getfile&id=28299&)
no-repeat !important;
background-position: center !important;
}
}
Enjoy.
Edit: oops, swapped icons.
[Updated on: Thu, 20 June 2013 03:40 UTC]
|
|
|