diff --git a/src/js/main.js b/src/js/main.js index 0cfb94c..56c6a0a 100644 --- a/src/js/main.js +++ b/src/js/main.js @@ -53,9 +53,9 @@ $(function() { return; } - $('textarea.share-text').val("https://darkwire.io" + roomId); + $('input.share-text').val("https://darkwire.io" + roomId); - $('textarea.share-text').click(function() { + $('input.share-text').click(function() { $(this).focus(); $(this).select(); this.setSelectionRange(0, 9999); diff --git a/src/public/style.css b/src/public/style.css index cefccec..5ec287b 100644 --- a/src/public/style.css +++ b/src/public/style.css @@ -51,12 +51,6 @@ html, body { border: 1px solid #444; } - -input { - background: black !important; - color: white !important; -} - ul { list-style: none; word-wrap: break-word; @@ -182,6 +176,8 @@ input { /* Input */ .inputMessage{ + background: black !important; + color: white !important; border: none; border-top: 1px solid #282828; bottom: 0; @@ -220,8 +216,9 @@ html.no-touchevents .chat #input-icons { } .participants { - position: relative; - top: 16px; + /*position: relative;*/ + /*top: 16px;*/ + float: left; text-align: center; padding: 16px; cursor: pointer; @@ -265,10 +262,6 @@ html.no-touchevents .chat #input-icons { display: none; } -textarea#share-text { - resize: none; -} - .form-control[readonly] { color: black !important; } diff --git a/src/views/index.mustache b/src/views/index.mustache index 0f21d21..9212b0c 100644 --- a/src/views/index.mustache +++ b/src/views/index.mustache @@ -92,7 +92,7 @@