{"version":3,"sources":["requestHeadersView.css"],"names":[],"mappings":"AAAA;;;;GAIG;;AAEH;IACI,cAAc;IACd,YAAY;IACZ,0BAA0B;IAC1B,mBAAmB;IACnB,OAAO;IACP,QAAQ;IACR,SAAS;IACT,UAAU;IACV,eAAe;CAClB;;AAED;IACI,eAAe;CAClB;;AAED;IACI,0BAA0B;IAC1B,kBAAkB;CACrB;;AAED;IACI,oBAAoB;CACvB;;AAED;IACI,oBAAoB;CACvB;;AAED;IACI,iBAAiB;IACjB,sBAAsB;IACtB,kBAAkB;CACrB;;AAED;IACI,cAAc;CACjB;;AAED;IACI,cAAc;CACjB;;AAED;IACI,YAAY;CACf;;AAED;IACI,gBAAgB;IAChB,kBAAkB;IAClB,oBAAoB;IACpB,0BAA0B;CAC7B;;AAED;IACI,0BAA0B;IAC1B,gBAAgB;CACnB;;AAED;IACI,0BAA0B;IAC1B,sBAAsB;IACtB,oBAAoB;IACpB,kBAAkB;IAClB,oBAAoB;IACpB,sBAAsB;CACzB;;AAED;IACI,gBAAgB;IAChB,kBAAkB;IAClB,sBAAsB;IACtB,sBAAsB;IACtB,gBAAgB;CACnB","file":"requestHeadersView.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.request-headers-view {\n    display: none;\n    margin: 6px;\n    -webkit-user-select: text;\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    bottom: 0;\n    overflow: auto;\n}\n\n.request-headers-view.visible {\n    display: block;\n}\n\n.request-headers-view .outline-disclosure > .parent {\n    -webkit-user-select: none;\n    font-weight: bold;\n}\n\n.request-headers-view .outline-disclosure > .parent > .section {\n    font-weight: normal;\n}\n\n.request-headers-view .outline-disclosure .children li {\n    white-space: nowrap;\n}\n\n.request-headers-view .outline-disclosure .caution {\n    margin-left: 4px;\n    display: inline-block;\n    font-weight: bold;\n}\n\n.request-headers-view .outline-disclosure li.expanded .header-count {\n    display: none;\n}\n\n.request-headers-view .outline-disclosure li .header-toggle {\n    display: none;\n}\n\n.request-headers-view .outline-disclosure li .status-from-cache {\n    color: gray;\n}\n\n.request-headers-view .outline-disclosure li.expanded .header-toggle {\n    display: inline;\n    margin-left: 30px;\n    font-weight: normal;\n    color: rgb(45%, 45%, 45%);\n}\n\n.request-headers-view .outline-disclosure li .header-toggle:hover {\n    color: rgb(20%, 20%, 45%);\n    cursor: pointer;\n}\n\n.request-headers-view .outline-disclosure .header-name {\n    color: rgb(33%, 33%, 33%);\n    display: inline-block;\n    margin-right: 0.5em;\n    font-weight: bold;\n    vertical-align: top;\n    white-space: pre-wrap;\n}\n\n.request-headers-view .outline-disclosure .header-value {\n    display: inline;\n    margin-right: 1em;\n    white-space: pre-wrap;\n    word-break: break-all;\n    margin-top: 1px;\n}\n"],"sourceRoot":"/source/"}