Sha256: a442986795d31a45fd7b2aa0c17cd37c13210157bf7b2ab46db4675b3ac28054

Contents?: true

Size: 541 Bytes

Versions: 21

Compression:

Stored size: 541 Bytes

Contents

#consl-border {
  -webkit-transform: rotate(-180deg);
  background-color: black;
  resize: vertical;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0px 8px;
  word-wrap: break-word;
  overflow-x: scroll;
}

#consl-border::-webkit-scrollbar {
  width: 5px;
}

#consl-border::-webkit-scrollbar-track {
  background: #00bcd4;
}

#consl {
  -webkit-transform: rotate(-180deg);
  color: white;
  position: fixed;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  word-wrap: break-word;
  overflow-y: scroll;
  height: inherit;
}

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
trace_tree-0.2.10 lib/trace_tree/console.css