zombiebox
Version:
ZombieBox is a JavaScript framework for development of Smart TV and STB applications
19 lines (17 loc) • 325 B
CSS
.w-button {
width: 300px;
height: 40px;
border: 3px solid white;
border-radius: 7px;
display: inline-block;
font-size: 30px;
line-height: 40px;
margin: 20px;
text-align: center;
background: rgba(0, 0, 0, 0.7);
}
.w-button._active {
font-weight: bold;
border-color: darkred;
background: rgba(58, 11, 18, 0.7);
}