On the blackend smart skin, the arrows on the far right of the forum header line are duplicated and if a forum is expanded, the CSS for it stays the collapsed image.
Top is a collapsed forum and the bottom is an expanded one.
Both the html and the css background tag for that are referencing the same image, hence the duplication.
Since the CSS isn't updating when clicked, it would probably be best to just remove the background tag entirely:Code:https://cdn.bluegartr.com/images/styles/black_smart/buttons/collapse_collapsed_40b.png
Code:.forumbit_nopost .forumhead a.collapse img { position:absolute; top:-8px; right:0px; display:block; width:13px; height:13px; overflow:hidden; background:transparent url(https://cdn.bluegartr.com/images/styles/black_smart/buttons/collapse_collapsed_40b.png) no-repeat; float:right; clear:left }
Edit: Tested with Firefox 147.0.1 and Chrome 144.0.7559.60
XI Wiki




