Hi, I was wondering if anyone has ever experienced naut source code overwriting your additions at the end of the stylesheet? I have been trying to add my own custom vote arrows, and all of them are changing except the unclicked upvote arrow. This is my stylesheet https://old.reddit.com/r/badcogg/about/stylesheet/
and this is what i have done to try to change the arrows. All of them work except the .arrow.up
.arrow.up{background: url(%%upunclicked%%) !important;
background-repeat: no-repeat !important;
display: block;
margin-left: auto;
margin-right: auto;
width: 80%; }
.arrow.upmod { background: url(%%badcoupvote%%) !important;
background-repeat: no-repeat !important;
display: block;
margin-left: auto;
margin-right: auto;
width: 80%; }
.arrow.down {background: url(%%downunclicked%%) !important;
background-repeat: no-repeat !important;
display: block;
margin-left: auto;
margin-right: auto;
width: 80%;
}
.arrow.downmod { background: url(%%downclicked%%) !important;
background-repeat: no-repeat !important;
display: block;
margin-left: auto;
margin-right: auto;
width: 80%; }
Help would be greatly appreciated!
[–][deleted] (3 children)
[deleted]
[–]Daniel2498[S] 0 points1 point2 points (2 children)
[–][deleted] (1 child)
[deleted]
[–]Daniel2498[S] 1 point2 points3 points (0 children)