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 `border-image` works ok for using an image or gradient on the border only, but it does not work well together with border radius. So I do hacky pseudo element stuff to achieve that. A better solution could be something like `background-clip: border`.