BIG checkboxes
Getting older, it’s getting harder to see and click those tiny checkboxes…
input[type=checkbox] { /* Double-sized Checkboxes */ -ms-transform: scale(2); /* IE */ -moz-transform: scale(2); /* FF */ -webkit-transform: scale(2); /* Safari and Chrome */ -o-transform: scale(2); /* Opera */ }
CAN YOU SEE THEM NOW? Ah, good. That’s all right then.
Brought to you by dept-of-coding-by-copy-and-paste.
Scott
6 April 2016 - 11:46 am
Coding productivity would drop overnight if StackOverflow disappeared… ;p
Andrew
13 July 2018 - 2:08 am
Tried this in Apex 5.1.2.00.09 for a form level checkbox. Didn’t change the size at all. Any idea?
Jeffrey Kemp
14 July 2018 - 9:20 pm
Hi Andrew,
There are a number of things that may be causing this for you – I’d check the generated html first and use the inspector to determine if the CSS is being applied or not. I’d also try a different browser, and try setting up a testcase on apex.oracle.com.
If none of that helps, send me the link to your apex.oracle.com site and I’ll have a look.
Jeff