Replace the character counter. Close #768.

This commit is contained in:
Nicolas Stepien 2012-09-20 01:38:00 +02:00
parent 11c7d5316f
commit 38157fed66
2 changed files with 8 additions and 2 deletions

View File

@ -5632,9 +5632,12 @@ h1 {\
#charCount {\ #charCount {\
color: #000;\ color: #000;\
background: hsla(0, 0%, 100%, .5);\ background: hsla(0, 0%, 100%, .5);\
font-size: 8pt;\
margin: 1px;\
position: absolute;\ position: absolute;\
top: 100%;\ bottom: 0;\
right: 0;\ right: 0;\
pointer-events: none;\
}\ }\
#charCount.warning {\ #charCount.warning {\
color: red;\ color: red;\

View File

@ -4557,9 +4557,12 @@ h1 {
#charCount { #charCount {
color: #000; color: #000;
background: hsla(0, 0%, 100%, .5); background: hsla(0, 0%, 100%, .5);
font-size: 8pt;
margin: 1px;
position: absolute; position: absolute;
top: 100%; bottom: 0;
right: 0; right: 0;
pointer-events: none;
} }
#charCount.warning { #charCount.warning {
color: red; color: red;