diff options
Diffstat (limited to 'quotes/public/style.css')
-rw-r--r-- | quotes/public/style.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/quotes/public/style.css b/quotes/public/style.css index 2c9c695..aac80ac 100644 --- a/quotes/public/style.css +++ b/quotes/public/style.css @@ -22,6 +22,18 @@ div { background: white; } +button:not([type="submit"]) { + background-color: #eee; + color: #444; + cursor: pointer; + padding: 18px; + width: 100%; + border: none; + text-align: left; + outline: none; + font-size: 15px; +} + input, button, select { |