toloframework
Version:
Javascript/HTML/CSS compiler for Firefox OS or nodewebkit apps using modules in the nodejs style.
17 lines (15 loc) • 329 B
CSS
.tfw-touchable {
position: relative;
cursor: pointer;
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
user-select: none;
}
.tfw-touchable > div.tfw-touchable-shadow {
content: '.';
font-size: 0;
color: transparent;
position: absolute;
border-radius: 100%;
}