MegaPixel Active member Jul 7, 2018 #1 Evening, Is there a way to make the checkbox bigger on the thread list on XF2? We use these quite often and it appears quite small and liable to mistakes when we process hundreds of threads weekly. Hoping there is a way to make it bigger through css perhaps?
Evening, Is there a way to make the checkbox bigger on the thread list on XF2? We use these quite often and it appears quite small and liable to mistakes when we process hundreds of threads weekly. Hoping there is a way to make it bigger through css perhaps?
mysimsek Active member Jul 9, 2018 #2 extra.less add this CSS: label.iconic > input[type="checkbox"] + i:before { font-size: x-large; } Upvote 0 Downvote