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 This isn't specific to button elements, but it comes up most frequently with them: being able to set `outline` on only some sides. I'm hesitant for that to exist for accessibility reasons, but it would definitely be useful!

(Why not use border? Offset and the fact that outline doesn't change the rendered position of the element, both important.)

Also, others have already mentioned, but pseudo elements on inputs would be great!