Sha256: 62f049f51d9bccdae12417d1c170fa24d8b46ed6ec3b69d722d2e8746ae8631f
Contents?: true
Size: 655 Bytes
Versions: 4
Compression:
Stored size: 655 Bytes
Contents
#status { background-color: #000; margin: 0px; padding: 5px; padding-bottom: 10px; font-family: Monospace; height: 2%; overflow: none; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } #status:before { color: #781111; content: "Detached"; } #status > .left { float: left; width: 33%; cursor: pointer; } #status > .right { float: right; width: 33%; cursor: pointer; } #status > .center { display: none; } .connected #status:before { color: #378137; content: "Attached"; margin-right: 2em; float: left; }
Version data entries
4 entries across 4 versions & 1 rubygems