Displaying character count and preventing user from posting when count is too high.

This commit is contained in:
David Jay
2016-12-12 20:29:54 -05:00
parent 44e397b86c
commit 87a5c4b2d6
4 changed files with 33 additions and 14 deletions
+11
View File
@@ -77,6 +77,17 @@
background: #696969;
}
.type--lightGrey {
color: white;
background: #ccc;
cursor: default;
}
.type--lightGrey:hover {
color: white;
background: #ccc;
}
.type--green {
color: white;
background: #00897B;