Sha256: 8a27a9e4dad7721ee1e0dbd45e8ed0a323539b4ed28e32acea8d16072df4ac3f

Contents?: true

Size: 1.05 KB

Versions: 2

Compression:

Stored size: 1.05 KB

Contents

#status {
  background-color: #aaa;
  margin: 0px;
  padding: 5px;
  padding-bottom: 10px;
  font-family: Monospace;
  height: 2%;
  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: #b2b2b2;
  background-image: -webkit-linear-gradient(top, #b2b2b2 10%, #999 100%);
  background-image: -moz-linear-gradient(top, #b2b2b2 10%, #999 100%);
  background-image: -ms-linear-gradient(top, #b2b2b2 10%, #999 100%);
  background-image: -o-linear-gradient(top, #b2b2b2 10%, #999 100%);
  background-image: linear-gradient(top, #b2b2b2 10%, #999 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

2 entries across 2 versions & 1 rubygems

Version Path
flammarion-0.0.12 lib/html/build/stylesheets/status.css
flammarion-0.0.11 lib/html/build/stylesheets/status.css