How would I write this style of css with `cl-css`? I'm referring to the `input[type=submit]` ``` input[type=submit] { padding:5px 15px; background:#ccc; border:0 none; cursor:pointer; -webkit-border-radius: 5px; border-radius: 5px; } ```
How would I write this style of css with
cl-css?I'm referring to the
input[type=submit]