XenForo
Administrative
- Thread starter
- Admin
- #1
Hello,
I have accumulated a lot of css codes for my extra.less file over the years. In the beginning I was not smart enough to comment all the stuff, which was a big mistake. So, how can one do a reverse-engineering for css targets and find out what exactly was changed?
Say I have this code:
CSS:
How do I find out what I was targeting there with
Read more
ادامه مطلب...
I have accumulated a lot of css codes for my extra.less file over the years. In the beginning I was not smart enough to comment all the stuff, which was a big mistake. So, how can one do a reverse-engineering for css targets and find out what exactly was changed?
Say I have this code:
CSS:
Code:
.block-filterBar .filterBar-menuTrigger {
color: white;
background: rgb(0, 157, 255);
}
How do I find out what I was targeting there with
.block-filterBar...
Read more
ادامه مطلب...