Files
webextensions-examples/beastify/popup/choose_beast.css
2016-01-06 19:47:27 +01:00

17 lines
215 B
CSS

html, body {
width: 100px;
}
.beast {
margin: 3% auto;
padding: 4px;
text-align: center;
font-size: 1.5em;
background-color: #E5F2F2;
cursor: pointer;
}
.beast:hover {
background-color: #CFF2F2;
}