mirror of
https://github.com/wassname/talk.git
synced 2026-09-12 13:01:11 +08:00
Displaying character count and preventing user from posting when count is too high.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user