diff -r e0b3ef3c07d0 -r 641ced48fd5a web/res/css/custom.css --- a/web/res/css/custom.css Thu Jan 10 18:53:10 2019 +0100 +++ b/web/res/css/custom.css Fri Jan 11 01:19:45 2019 +0100 @@ -45,7 +45,8 @@ .tweetWriterTitle{color:4b4b4b;font-family: 'PT Sans Narrow', arial, serif;} .tweetExplain{background-image:url(../../images/tweetExplainBgd.gif);width:359px;height:510px;padding:10px;position:absolute; margin-top:70px;} #tweetCounter{background-color:transparent;display:inline-block;border:0;border-style:none;font-weight:bold;} -.tweetCounterNegative{color:red;} +#tweetCounter.tweetCounterNegative,.tweetCounterNegative{color:red;} +a#sendTweet.sendTweetDisabled {color: #999; cursor: not-allowed;} .tweetReader{width:377px;height:450px;position:absolute; margin-top:225px;border:1px solid #c3c3c3;background:#ffffff;} .tweetButton{float:right;margin-right:5px;cursor:pointer;}