583 lines
12 KiB
CSS
583 lines
12 KiB
CSS
#--re-frame-trace-- {
|
|
all: initial;
|
|
/*! abridged from normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
|
|
line-height: 1.15;
|
|
font-size: 12px;
|
|
/* Text-level semantics
|
|
========================================================================== */
|
|
/* Embedded content
|
|
========================================================================== */
|
|
/* Forms
|
|
========================================================================== */
|
|
/**
|
|
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
|
|
* controls in Android 4.
|
|
* 2. Correct the inability to style clickable types in iOS and Safari.
|
|
*/
|
|
/* Hidden
|
|
========================================================================== */
|
|
/**
|
|
* Add the correct display in IE 10-.
|
|
*/
|
|
/* re-frame-trace styles
|
|
========================================================================== */
|
|
background: white;
|
|
font-family: "courier new", monospace;
|
|
color: #222222;
|
|
/* mixins */
|
|
/* app-db data viewer
|
|
========================================================================== */
|
|
}
|
|
|
|
#--re-frame-trace-- * {
|
|
all: unset;
|
|
}
|
|
|
|
#--re-frame-trace-- div,
|
|
#--re-frame-trace-- nav {
|
|
display: block;
|
|
}
|
|
|
|
#--re-frame-trace-- pre {
|
|
font-family: monospace, monospace;
|
|
font-size: 1em;
|
|
}
|
|
|
|
#--re-frame-trace-- a,
|
|
#--re-frame-trace-- a:visited {
|
|
color: #222222;
|
|
border-bottom: 1px #333 dotted;
|
|
}
|
|
|
|
#--re-frame-trace-- a:hover,
|
|
#--re-frame-trace-- a:focus {
|
|
border-bottom: 1px #666666 solid;
|
|
}
|
|
|
|
#--re-frame-trace-- code {
|
|
font-family: monospace, monospace;
|
|
font-size: 1em;
|
|
}
|
|
|
|
#--re-frame-trace-- small {
|
|
font-size: 80%;
|
|
}
|
|
|
|
#--re-frame-trace-- sub,
|
|
#--re-frame-trace-- sup {
|
|
font-size: 75%;
|
|
line-height: 0;
|
|
position: relative;
|
|
vertical-align: baseline;
|
|
}
|
|
|
|
#--re-frame-trace-- sub {
|
|
bottom: -0.25em;
|
|
}
|
|
|
|
#--re-frame-trace-- sup {
|
|
top: -0.5em;
|
|
}
|
|
|
|
#--re-frame-trace-- img {
|
|
border-style: none;
|
|
}
|
|
|
|
#--re-frame-trace-- option {
|
|
display: block;
|
|
}
|
|
|
|
#--re-frame-trace-- button,
|
|
#--re-frame-trace-- input,
|
|
#--re-frame-trace-- optgroup,
|
|
#--re-frame-trace-- select,
|
|
#--re-frame-trace-- textarea {
|
|
font-family: "courier new", monospace;
|
|
font-size: 100%;
|
|
padding: 3px 3px 1px 3px;
|
|
border: 1px solid #999999;
|
|
}
|
|
|
|
#--re-frame-trace-- button,
|
|
#--re-frame-trace-- input {
|
|
overflow: visible;
|
|
}
|
|
|
|
#--re-frame-trace-- button:focus,
|
|
#--re-frame-trace-- select:focus {
|
|
outline: #999999 dotted 1px;
|
|
}
|
|
|
|
#--re-frame-trace-- button,
|
|
#--re-frame-trace-- html [type="button"],
|
|
#--re-frame-trace-- [type="reset"],
|
|
#--re-frame-trace-- [type="submit"] {
|
|
-webkit-appearance: button;
|
|
/* 2 */
|
|
}
|
|
|
|
#--re-frame-trace-- button:-moz-focusring,
|
|
#--re-frame-trace-- [type="button"]:-moz-focusring,
|
|
#--re-frame-trace-- [type="reset"]:-moz-focusring,
|
|
#--re-frame-trace-- [type="submit"]:-moz-focusring {
|
|
outline: 1px dotted ButtonText;
|
|
}
|
|
|
|
#--re-frame-trace-- textarea {
|
|
overflow: auto;
|
|
}
|
|
|
|
#--re-frame-trace-- [type="checkbox"],
|
|
#--re-frame-trace-- [type="radio"] {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
#--re-frame-trace-- [type="number"]::-webkit-inner-spin-button,
|
|
#--re-frame-trace-- [type="number"]::-webkit-outer-spin-button {
|
|
height: auto;
|
|
}
|
|
|
|
#--re-frame-trace-- [type="search"] {
|
|
-webkit-appearance: textfield;
|
|
outline-offset: -2px;
|
|
}
|
|
|
|
#--re-frame-trace-- ::-webkit-file-upload-button {
|
|
-webkit-appearance: button;
|
|
}
|
|
|
|
#--re-frame-trace-- [hidden] {
|
|
display: none;
|
|
}
|
|
|
|
#--re-frame-trace-- li {
|
|
display: block;
|
|
}
|
|
|
|
#--re-frame-trace-- button {
|
|
overflow: visible;
|
|
border: 0;
|
|
-webkit-font-smoothing: inherit;
|
|
letter-spacing: inherit;
|
|
background: none;
|
|
cursor: pointer;
|
|
}
|
|
|
|
#--re-frame-trace-- img {
|
|
max-width: 100%;
|
|
height: auto;
|
|
border: 0;
|
|
}
|
|
|
|
#--re-frame-trace-- table,
|
|
#--re-frame-trace-- thead,
|
|
#--re-frame-trace-- tbody,
|
|
#--re-frame-trace-- tfoot,
|
|
#--re-frame-trace-- tr,
|
|
#--re-frame-trace-- th,
|
|
#--re-frame-trace-- td {
|
|
display: block;
|
|
width: auto;
|
|
height: auto;
|
|
margin: 0;
|
|
padding: 0;
|
|
border: none;
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
border-color: inherit;
|
|
vertical-align: inherit;
|
|
text-align: left;
|
|
font-weight: inherit;
|
|
-webkit-border-horizontal-spacing: 0;
|
|
-webkit-border-vertical-spacing: 0;
|
|
}
|
|
|
|
#--re-frame-trace-- table {
|
|
display: table;
|
|
}
|
|
|
|
#--re-frame-trace-- th,
|
|
#--re-frame-trace-- td {
|
|
display: table-cell;
|
|
padding: 0 5px;
|
|
}
|
|
|
|
#--re-frame-trace-- tr {
|
|
display: table-row;
|
|
}
|
|
|
|
#--re-frame-trace-- thead {
|
|
display: table-header-group;
|
|
}
|
|
|
|
#--re-frame-trace-- tbody {
|
|
display: table-row-group;
|
|
}
|
|
|
|
#--re-frame-trace-- th,
|
|
#--re-frame-trace-- td {
|
|
display: table-cell;
|
|
}
|
|
|
|
#--re-frame-trace-- tr {
|
|
display: table-row;
|
|
}
|
|
|
|
#--re-frame-trace-- .label {
|
|
color: #8f8f8f;
|
|
background: #fafafa;
|
|
border: 1px solid #efeef1;
|
|
font-size: 0.9em;
|
|
margin: 10px 5px;
|
|
color: #222222;
|
|
}
|
|
|
|
#--re-frame-trace-- table {
|
|
width: 100%;
|
|
font-size: 14px;
|
|
}
|
|
|
|
#--re-frame-trace-- tbody {
|
|
color: #222222;
|
|
}
|
|
|
|
#--re-frame-trace-- thead {
|
|
font-weight: bold;
|
|
}
|
|
|
|
#--re-frame-trace-- tr th,
|
|
#--re-frame-trace-- tr td {
|
|
padding: 6px;
|
|
}
|
|
|
|
#--re-frame-trace-- tr th:first-child {
|
|
text-align: right;
|
|
}
|
|
|
|
#--re-frame-trace-- tr:nth-child(even) {
|
|
background: #fafafa;
|
|
}
|
|
|
|
#--re-frame-trace-- tr.trace--sub-create .trace--op {
|
|
color: #008766;
|
|
}
|
|
|
|
#--re-frame-trace-- tr.trace--sub-run .trace--op {
|
|
color: #762cff;
|
|
}
|
|
|
|
#--re-frame-trace-- tr.trace--event .trace--op {
|
|
color: #a66900;
|
|
}
|
|
|
|
#--re-frame-trace-- tr.trace--render .trace--op {
|
|
color: #007cc2;
|
|
}
|
|
|
|
#--re-frame-trace-- tr.trace--fsm-trigger .trace--op {
|
|
color: #284694;
|
|
}
|
|
|
|
#--re-frame-trace-- tr.trace--details {
|
|
color: #8f8f8f;
|
|
}
|
|
|
|
#--re-frame-trace-- tr.trace--details:hover,
|
|
#--re-frame-trace-- tr.trace--details:focus {
|
|
color: #5c5c5c;
|
|
}
|
|
|
|
#--re-frame-trace-- tr.trace--details:hover .trace--details-icon:before,
|
|
#--re-frame-trace-- tr.trace--details:focus .trace--details-icon:before {
|
|
color: #222222;
|
|
cursor: pointer;
|
|
content: "🖶";
|
|
}
|
|
|
|
#--re-frame-trace-- tr.trace--details:focus .trace--details-tags-text {
|
|
border-left: 1px dotted #999999;
|
|
padding-left: 7px;
|
|
}
|
|
|
|
#--re-frame-trace-- tr td.trace--toggle {
|
|
color: #a8a8a8;
|
|
padding: 0;
|
|
text-align: right;
|
|
}
|
|
|
|
#--re-frame-trace-- tr td.trace--toggle button:focus {
|
|
color: #222222;
|
|
outline: none;
|
|
}
|
|
|
|
#--re-frame-trace-- tr td.trace--op {
|
|
color: #8f8f8f;
|
|
padding-left: 0;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
#--re-frame-trace-- tr td.trace--op-string {
|
|
word-break: break-all;
|
|
}
|
|
|
|
#--re-frame-trace-- tr td.trace--details-tags {
|
|
padding: 0;
|
|
cursor: pointer;
|
|
}
|
|
|
|
#--re-frame-trace-- tr td.trace--details-tags .trace--details-tags-text {
|
|
padding: 8px 5px;
|
|
padding-left: 8px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
#--re-frame-trace-- tr td.trace--meta {
|
|
color: #8f8f8f;
|
|
white-space: nowrap;
|
|
text-align: right;
|
|
}
|
|
|
|
#--re-frame-trace-- tr td .op-string {
|
|
cursor: pointer;
|
|
padding: 1px;
|
|
}
|
|
|
|
#--re-frame-trace-- tr td .op-string:hover {
|
|
border-bottom: 1px dotted #616cdb;
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
#--re-frame-trace-- tr:hover .trace--toggle {
|
|
color: #222222;
|
|
}
|
|
|
|
#--re-frame-trace-- tr th:first-child,
|
|
#--re-frame-trace-- tr td:first-child {
|
|
padding-left: 7px;
|
|
}
|
|
|
|
#--re-frame-trace-- tr th:last-child,
|
|
#--re-frame-trace-- tr td:last-child {
|
|
padding-right: 7px;
|
|
}
|
|
|
|
#--re-frame-trace-- .button {
|
|
padding: 5px 5px 3px;
|
|
margin: 5px;
|
|
border-radius: 2px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
#--re-frame-trace-- .text-button {
|
|
border-bottom: 1px dotted #888;
|
|
font-weight: normal;
|
|
}
|
|
|
|
#--re-frame-trace-- .text-button:focus {
|
|
outline: #999999 dotted 1px;
|
|
}
|
|
|
|
#--re-frame-trace-- .icon-button {
|
|
font-size: 10px;
|
|
}
|
|
|
|
#--re-frame-trace-- .popout-icon {
|
|
max-width: 15px;
|
|
cursor: pointer;
|
|
padding: 0 5px;
|
|
margin: 0 5px;
|
|
}
|
|
|
|
#--re-frame-trace-- .tab {
|
|
background: transparent;
|
|
border-radius: 0;
|
|
text-transform: uppercase;
|
|
font-family: monospace;
|
|
letter-spacing: 2px;
|
|
margin-bottom: 0;
|
|
padding-bottom: 4px;
|
|
vertical-align: bottom;
|
|
}
|
|
|
|
#--re-frame-trace-- .tab.active {
|
|
background: transparent;
|
|
border-bottom: 3px solid #808080;
|
|
border-radius: 0;
|
|
padding-bottom: 1px;
|
|
}
|
|
|
|
#--re-frame-trace-- ul.filter-items,
|
|
#--re-frame-trace-- .subtrees {
|
|
list-style-type: none;
|
|
margin: 0 5px;
|
|
}
|
|
|
|
#--re-frame-trace-- ul.filter-items .filter-item,
|
|
#--re-frame-trace-- .subtrees .filter-item,
|
|
#--re-frame-trace-- ul.filter-items .subtree-button,
|
|
#--re-frame-trace-- .subtrees .subtree-button {
|
|
color: #8f8f8f;
|
|
background: #fafafa;
|
|
border: 1px solid #efeef1;
|
|
font-size: 0.9em;
|
|
margin: 10px 5px;
|
|
color: #222222;
|
|
display: inline-block;
|
|
}
|
|
|
|
#--re-frame-trace-- ul.filter-items .filter-item .filter-item-string,
|
|
#--re-frame-trace-- .subtrees .filter-item .filter-item-string,
|
|
#--re-frame-trace-- ul.filter-items .subtree-button .filter-item-string,
|
|
#--re-frame-trace-- .subtrees .subtree-button .filter-item-string {
|
|
color: #222222;
|
|
background: #ffff00;
|
|
}
|
|
|
|
#--re-frame-trace-- ul.filter-items .filter-item .subtree-button-string,
|
|
#--re-frame-trace-- .subtrees .filter-item .subtree-button-string,
|
|
#--re-frame-trace-- ul.filter-items .subtree-button .subtree-button-string,
|
|
#--re-frame-trace-- .subtrees .subtree-button .subtree-button-string {
|
|
color: #222222;
|
|
}
|
|
|
|
#--re-frame-trace-- ul.filter-items .filter-item:hover,
|
|
#--re-frame-trace-- .subtrees .filter-item:hover,
|
|
#--re-frame-trace-- ul.filter-items .subtree-button:hover,
|
|
#--re-frame-trace-- .subtrees .subtree-button:hover,
|
|
#--re-frame-trace-- ul.filter-items .filter-item:focus,
|
|
#--re-frame-trace-- .subtrees .filter-item:focus,
|
|
#--re-frame-trace-- ul.filter-items .subtree-button:focus,
|
|
#--re-frame-trace-- .subtrees .subtree-button:focus {
|
|
text-decoration: line-through;
|
|
}
|
|
|
|
#--re-frame-trace-- .icon {
|
|
display: inline-block;
|
|
width: 1em;
|
|
height: 1em;
|
|
stroke-width: 0;
|
|
stroke: currentColor;
|
|
fill: currentColor;
|
|
}
|
|
|
|
#--re-frame-trace-- .icon-remove {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
#--re-frame-trace-- .filter {
|
|
box-shadow: -7px 15px 6px -15px rgba(0, 0, 0, 0.3);
|
|
z-index: 1001;
|
|
}
|
|
|
|
#--re-frame-trace-- .filter .filter-control select {
|
|
border: none;
|
|
border-bottom: 1px solid #8f8f8f;
|
|
background: white;
|
|
display: inline-block;
|
|
font-family: "courier new", monospace;
|
|
font-size: 1em;
|
|
padding: 2px 0 0 0;
|
|
-moz-appearance: menulist;
|
|
-webkit-appearance: menulist;
|
|
appearance: menulist;
|
|
}
|
|
|
|
#--re-frame-trace-- .filter .filter-control .filter-control-input {
|
|
border-bottom: 1px solid #8f8f8f;
|
|
display: inline-block;
|
|
}
|
|
|
|
#--re-frame-trace-- .filter .filter-control .filter-control-input:before {
|
|
display: inline-block;
|
|
color: #8f8f8f;
|
|
content: "⚲";
|
|
transform: rotate(-45deg);
|
|
}
|
|
|
|
#--re-frame-trace-- .filter .filter-control .filter-control-input input {
|
|
border: none;
|
|
}
|
|
|
|
#--re-frame-trace-- .filter-control-input {
|
|
display: flex;
|
|
flex: 0 0 auto;
|
|
}
|
|
|
|
#--re-frame-trace-- .nav {
|
|
background: #efeef1;
|
|
color: #222222;
|
|
}
|
|
|
|
#--re-frame-trace--.external-window {
|
|
display: flex;
|
|
height: 100%;
|
|
flex: 1 1 auto;
|
|
}
|
|
|
|
#--re-frame-trace-- .panel-content-scrollable {
|
|
padding-top: 20px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex: 1 1 auto;
|
|
overflow-x: auto;
|
|
overflow-y: auto;
|
|
z-index: 1000;
|
|
}
|
|
|
|
#--re-frame-trace-- .tab-contents {
|
|
display: flex;
|
|
flex: 1 1 auto;
|
|
flex-direction: column;
|
|
}
|
|
|
|
#--re-frame-trace-- .filter-control {
|
|
margin: 10px 0 0 10px;
|
|
}
|
|
|
|
#--re-frame-trace-- .filter-items-count.active {
|
|
background: #ffff00;
|
|
}
|
|
|
|
#--re-frame-trace-- .filter-items-count.active:hover {
|
|
text-decoration: line-through;
|
|
}
|
|
|
|
#--re-frame-trace-- .filter-fields {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
#--re-frame-trace-- .filter-category {
|
|
display: inline-block;
|
|
background: #efeef1;
|
|
cursor: pointer;
|
|
padding: 5px;
|
|
margin: 5px;
|
|
opacity: 0.3;
|
|
}
|
|
|
|
#--re-frame-trace-- .active {
|
|
opacity: 1;
|
|
}
|
|
|
|
#--re-frame-trace-- .re-frame-trace--object .toggle {
|
|
color: #8f8f8f;
|
|
cursor: pointer;
|
|
line-height: 1;
|
|
}
|
|
|
|
#--re-frame-trace-- .re-frame-trace--object > span {
|
|
vertical-align: text-top;
|
|
}
|
|
|
|
#--re-frame-trace-- .host-closed {
|
|
font-size: 4em;
|
|
background-color: rgba(255, 255, 0, 0.8);
|
|
}
|
|
|
|
#--re-frame-trace-- .expansion-button {
|
|
font-family: sans-serif;
|
|
width: 16px;
|
|
padding: 0 2px;
|
|
vertical-align: middle;
|
|
}
|