summaryrefslogtreecommitdiffstats
path: root/web/sass-files
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-07-10 11:26:35 -0800
committerCorey Hulen <corey@hulen.com>2015-07-10 11:26:35 -0800
commit5bb2acc996dc037b15e5a2e1f27b29c87a6bb9b0 (patch)
tree7fc64005c047e4a4f30e42fb89df7e8022418430 /web/sass-files
parentd124b9df109e55448aa2d3556a56d65e1c1982fd (diff)
parent184eac99ddd329fcd803f938f193572cc64f842e (diff)
downloadchat-5bb2acc996dc037b15e5a2e1f27b29c87a6bb9b0.tar.gz
chat-5bb2acc996dc037b15e5a2e1f27b29c87a6bb9b0.tar.bz2
chat-5bb2acc996dc037b15e5a2e1f27b29c87a6bb9b0.zip
Merge pull request #159 from rgarmsen2295/mm-1269b
MM-1269b Added yellow tinge to post and comment textbox when connection is disrupted
Diffstat (limited to 'web/sass-files')
-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;