stitches
Version:
Stitches is an HTML5 sprite sheet generator.
25 lines (22 loc) • 420 B
CSS
/*!
* Stitches - HTML5 Sprite Generator
* http://draeton.github.com/stitches
*
* Toolbar Module
*
* Copyright 2013 Matthew Cobbs
* Licensed under the MIT license.
*/
.stitches-toolbar {}
.stitches-toolbar button.files {
position: relative;
overflow: hidden;
}
.stitches-toolbar button.files input {
position: absolute;
top: 0;
left: 10%;
width: 80%;
height: 100%;
opacity: 0;
}