Sha256: 23e5ff0819da35b150665b71ef0f4bdf639d045e6b0e3a628e8f6b0c537c3ba1
Contents?: true
Size: 1.05 KB
Versions: 10
Compression:
Stored size: 1.05 KB
Contents
#status { background-color: #000; margin: 0px; padding: 5px; padding-bottom: 10px; font-family: Monospace; height: 1em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: #1a1a1a; background-image: -webkit-linear-gradient(top, #1a1a1a 10%, #000 100%); background-image: -moz-linear-gradient(top, #1a1a1a 10%, #000 100%); background-image: -ms-linear-gradient(top, #1a1a1a 10%, #000 100%); background-image: -o-linear-gradient(top, #1a1a1a 10%, #000 100%); background-image: linear-gradient(top, #1a1a1a 10%, #000 100%); } #status:before { color: #781111; content: "Detached"; } #status > .left { float: left; cursor: pointer; } #status > .right { float: right; cursor: pointer; text-align: right; } #status > .center { display: none; } .connected #status:before { color: #378137; content: ""; margin-right: 2em; float: left; }
Version data entries
10 entries across 10 versions & 1 rubygems