From 80f9ebadeff1f96fe2235e35cc5a1f80afd6dd58 Mon Sep 17 00:00:00 2001 From: Reed Garmsen Date: Tue, 7 Jul 2015 11:22:58 -0700 Subject: Added errorchange listener to textbox that detects if inet is not connected. Still do not have reliable way of checking if inet has reconnected --- web/sass-files/sass/partials/_post.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'web/sass-files/sass') 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; -- cgit v1.2.3-1-g7c22