blob: f157f788dcdaa7acb25920468cc48ba678ea3e8b [file] [log] [blame]
/* Copyright 2015 The Vanadium Authors. All rights reserved. */
/* Use of this source code is governed by a BSD-style */
/* license that can be found in the LICENSE file. */
:host {
background-color: #000000;
height: 100%;
display: block;
overflow: auto;
}
pre {
margin: 0;
padding: 0.5em;
font-family: Fixed, monospace;
line-height: 1.2em;
word-break: break-word;
color: #ffffff;
}
.auto-scroll {
position: fixed;
right: 40px;
bottom: 0;
opacity: 0.8;
padding: 0.8em;
background-color: #ffeb3b;
z-index: 1;
}
paper-input {
position: fixed;
right: 50px;
color: #cccccc;
background-color: #ffffff;
z-index: 1;
}
core-item.showHide {
background-color: #ff0000;
color: #ffffff;
cursor: pointer;
margin: 5px;
}
.yellowback {
background-color: #666600;
}