Dear web designers and developers who write CSS,

Is there anything you wish you could do to style a `<button>` or `<input type=button>` that you cannot easily do today in CSS???

@jensimmons There have been a few times where I wished I was able to apply :before and :after pseudos to `<input type=button>`. I don't encounter this as much anymore, since `<button>` seems to be the more common usage, but sometimes I do find myself in a situation where I can't change the markup and I want to put a :before/after on an input-type button.