CSS fixes

This commit is contained in:
Kenneth Jao 2016-09-09 02:27:37 -04:00
parent 93e1eff12f
commit 1fb3d8f4d1
2 changed files with 1 additions and 2 deletions

View File

@ -178,4 +178,3 @@ a {
a:hover {
color: #00BFFF;
}

View File

@ -233,7 +233,7 @@
</div>
<p>Send an help request, feature, or bug report.</p>
<textarea id="requestArea" class="restrict" rows="4" cols="50" maxlength="500" placeholder="Enter request here..."></textarea><br>
<div id="requestCont">
<div id="requestCont" style="background-color:{{divColor 'cards'}}">
<span id="requestrestrict">{{commentLength}}</span>
<div id="requestSubmit">Send</div>
</div>