diff options
Diffstat (limited to 'public/assets/css')
| -rw-r--r-- | public/assets/css/hootstream.css | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/public/assets/css/hootstream.css b/public/assets/css/hootstream.css index c06ec13..adfd19e 100644 --- a/public/assets/css/hootstream.css +++ b/public/assets/css/hootstream.css @@ -362,6 +362,7 @@ padding: 0.25rem; margin-bottom: 0; } +#hootstream form button, #hootform form button { margin: 0; padding: 0.25rem; @@ -392,7 +393,7 @@ } #hootform input[type="text"]:focus { border-bottom: 1px solid rgba(40, 20, 20, 0.2); - border-radius: 2px 2px 0 0; + border-radius: 2px; /*color: #211;*/ } #hootform input[type="text"]:focus { @@ -405,6 +406,25 @@ caret-color: #888; } +/** POST FORM */ + +form.streamForm { + width: 100%; + max-width: 720px; + padding-left: 4rem; +} +form.streamForm textarea { + width: 100%; + height: 5vmin; + font-family: "Trebuchet MS", sans-serif; + font-size: 1rem; + padding: 0.5rem; + border: 2px solid #211; + outline: 0; + background: rgba(127, 127, 127, 0.2); + color: #fff; +} + /** HOOT FILTERS */ #hootfilters { |
