{"version":3,"sources":["webSocketFrameView.css"],"names":[],"mappings":"AAAA;;;;GAIG;;AAEH;IACI,0BAA0B;CAC7B;;AAED;;IAEI,mBAAmB;IACnB,OAAO;IACP,QAAQ;IACR,SAAS;IACT,UAAU;IACV,aAAa;CAChB;;AAED;IACI,uBAAuB;CAC1B;;AAED;IACI,iBAAiB;IACjB,oBAAoB;IACpB,8BAA8B;CACjC;;AAED;IACI,qCAAqC;CACxC;;AAED;IACI,qCAAqC;IACrC,yBAAyB;CAC5B;;AAED;IACI,qCAAqC;IACrC,sBAAsB;CACzB","file":"webSocketFrameView.css","sourcesContent":["/*\n * Copyright (c) 2014 The Chromium Authors. All rights reserved.\n * Use of this source code is governed by a BSD-style license that can be\n * found in the LICENSE file.\n */\n\n.websocket-frame-view {\n    -webkit-user-select: text;\n}\n\n.websocket-frame-view,\n.websocket-frame-view .data-grid {\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    bottom: 0;\n    border: none;\n}\n\n.websocket-frame-view .data-grid .data {\n    background-image: none;\n}\n\n.websocket-frame-view-td {\n    padding-top: 3px;\n    padding-bottom: 3px;\n    border-bottom: 1px solid #aaa;\n}\n\n.websocket-frame-view-row-outcoming {\n    background-color: rgb(226, 247, 218);\n}\n\n.websocket-frame-view-row-opcode {\n    background-color: rgb(255, 255, 232);\n    color: rgb(170, 111, 71);\n}\n\n.websocket-frame-view-row-error {\n    background-color: rgb(255, 237, 237);\n    color: rgb(182, 0, 0);\n}\n"],"sourceRoot":"/source/"}