summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-09-24 18:55:53 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-09-24 18:55:53 +0500
commit5183103e8f62187034b95d5c99cc2b7c0b29e947 (patch)
tree57fd85042d73b0486fa0a7a994dd09c9096c49f0 /web/sass-files/sass/partials/_post.scss
parent4f371254c68fe41365f3c03001743a035bc63384 (diff)
downloadchat-5183103e8f62187034b95d5c99cc2b7c0b29e947.tar.gz
chat-5183103e8f62187034b95d5c99cc2b7c0b29e947.tar.bz2
chat-5183103e8f62187034b95d5c99cc2b7c0b29e947.zip
plt-363 - Adding organisation theme
Diffstat (limited to 'web/sass-files/sass/partials/_post.scss')
-rw-r--r--web/sass-files/sass/partials/_post.scss7
1 files changed, 5 insertions, 2 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index d4f02cf4b..e362e8f7a 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -2,13 +2,17 @@
white-space:pre-wrap;
word-wrap:break-word;
background:transparent;
- border:1px solid #ccc !important;
+ border:1px solid #ccc;
position:absolute;
top:0px;
height:auto;
resize: none;
line-height:20px;
min-height:36px;
+ &:focus {
+ border-color: #ccc;
+ box-shadow: none;
+ }
}
.bad-connection {
@@ -235,7 +239,6 @@ body.ios {
}
}
textarea {
- border: none;
box-shadow: none;
}
}