snowflake terminal turns green when connected

This commit is contained in:
Serene Han 2016-01-14 15:38:46 -08:00
parent 30e7ba79ae
commit e433af26f8
4 changed files with 25 additions and 18 deletions

View file

@ -31,8 +31,8 @@
width: 50%; min-width: 40em;
padding: 0.5em; margin: auto;
}
.active { background-color: #252; }
#chatlog {
.active { background-color: rgba(0,50,0,0.8); }
#msglog {
display: block;
width: 100%;
min-height: 40em;
@ -67,7 +67,7 @@
</head>
<body>
<div class="chatarea">
<textarea id="chatlog" readonly>
<textarea id="msglog" readonly>
</textarea>
<div class="inputarea">
<input type="text" id="input">