Sha256: ec6a3b1f5ae9a28acf429173ac4a88f00352d480ae6e3a95f0844fad88d4b9ed

Contents?: true

Size: 476 Bytes

Versions: 24

Compression:

Stored size: 476 Bytes

Contents

.button {
  padding: 5px;
  -webkit-transition: opacity 1s ease-out;
}
.button:hover {
  opacity: 2;
}
textarea,
input {
  color: #a7a7a7;
}
textarea:hover,
input:hover {
  color: #000;
}
.dim {
  opacity: 0.2;
}
.dim:hover,
.dim.show {
  opacity: 1;
}
body #login {
  -webkit-box-shadow: 1px 1px 3px #eee;
  -moz-box-shadow: 1px 1px 3px #eee;
  box-shadow: 1px 1px 3px #eee;
}
html.ie8 body #login,
html.ie7 body #login foo,
html.ie6 body #login {
  border: solid 1px #eee;
}

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
stylus-source-0.19.1 vendor/test/cases/parent.css
stylus-source-0.19.0 vendor/test/cases/parent.css
stylus-source-0.18.0 vendor/test/cases/parent.css
stylus-source-0.17.0 vendor/test/cases/parent.css