diff options
author | Marvin Borner | 2020-10-02 13:58:22 +0200 |
---|---|---|
committer | Marvin Borner | 2020-10-02 14:10:41 +0200 |
commit | c252e76dd665ddd0cfa84ffdaa26fb52f0796600 (patch) | |
tree | 772f309792c50104def6ee14127dc989ab4cd111 /quotes/public/style.css | |
parent | e00547732bd9c701546cacaa98a073d50caa6ec4 (diff) |
Added oisjgoiesjgoseijgf
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 { |