strong-arc
Version:
A visual suite for the StrongLoop API Platform
44 lines (36 loc) • 874 B
CSS
/*
* Copyright (c) 2014 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
.websocket-frame-view {
-webkit-user-select: text;
}
.websocket-frame-view,
.websocket-frame-view .data-grid {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border: none;
}
.websocket-frame-view .data-grid .data {
background-image: none;
}
.websocket-frame-view-td {
padding-top: 3px;
padding-bottom: 3px;
border-bottom: 1px solid #aaa;
}
.websocket-frame-view-row-outcoming {
background-color: rgb(226, 247, 218);
}
.websocket-frame-view-row-opcode {
background-color: rgb(255, 255, 232);
color: rgb(170, 111, 71);
}
.websocket-frame-view-row-error {
background-color: rgb(255, 237, 237);
color: rgb(182, 0, 0);
}