mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 05:11:19 -04:00
snowflake terminal turns green when connected
This commit is contained in:
parent
30e7ba79ae
commit
e433af26f8
4 changed files with 25 additions and 18 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue