yt-addiction-control/popup/control.css

23 lines
257 B
CSS
Raw Normal View History

2019-06-29 19:47:18 +00:00
html, body {
width: 15em;
}
.hidden {
display: none;
}
.button {
margin: 3% auto;
padding: 4px;
text-align: center;
font-size: 1.5em;
cursor: pointer;
}
.button:hover {
background-color: #CFF2F2;
}
.button {
background-color: #E5F2F2;
}