Sha256: 7f82aadd82336c1da2e315856371c204fcef646abb8e28fb1ef8d126334f7a57

Contents?: true

Size: 467 Bytes

Versions: 4

Compression:

Stored size: 467 Bytes

Contents

.blur {
  -webkit-filter: blur(3px);
}
.brightness {
  -webkit-filter: brightness(5);
}
.contrast {
  -webkit-filter: contrast(8);
}
.hue-rotate {
  -webkit-filter: hue-rotate(90deg);
}
.hue-rotate2 {
  -webkit-filter: hue-rotate(180deg);
}
.hue-rotate3 {
  -webkit-filter: hue-rotate(270deg);
}
.saturate {
  -webkit-filter: saturate(10);
}
.grayscale {
  -webkit-filter: grayscale(1);
}
.sepia {
  -webkit-filter: sepia(1);
}
.invert {
  -webkit-filter: invert(1)
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
daftos-0.4.1 lib/apps/photobooth/css/style.css
daftos-0.4.0 lib/apps/photobooth/css/style.css
daftos-0.3.0 lib/apps/photobooth/css/style.css
daftos-0.2.0 lib/apps/photobooth/css/style.css