summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post.scss
diff options
context:
space:
mode:
authorReed Garmsen <rgarmsen2295@gmail.com>2015-07-07 11:22:58 -0700
committerReed Garmsen <rgarmsen2295@gmail.com>2015-07-09 16:41:33 -0700
commit80f9ebadeff1f96fe2235e35cc5a1f80afd6dd58 (patch)
tree643ebe72ead6e53b5ece607470b54d0be1741677 /web/sass-files/sass/partials/_post.scss
parenteddf43e1337f713b6e9f4ef6e733171f742e76a5 (diff)
downloadchat-80f9ebadeff1f96fe2235e35cc5a1f80afd6dd58.tar.gz
chat-80f9ebadeff1f96fe2235e35cc5a1f80afd6dd58.tar.bz2
chat-80f9ebadeff1f96fe2235e35cc5a1f80afd6dd58.zip
Added errorchange listener to textbox that detects if inet is not connected. Still do not have reliable way of checking if inet has reconnected
Diffstat (limited to 'web/sass-files/sass/partials/_post.scss')
-rw-r--r--web/sass-files/sass/partials/_post.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index 2d5cd67db..d0c536363 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -11,6 +11,10 @@
min-height:36px;
}
+.bad-connection {
+ background-color: rgb(255, 255, 172);
+}
+
.textarea-div {
white-space:pre-wrap;
word-wrap:normal;