Files
webextensions-examples/beastify/popup/choose_beast.css
EvolvedCode 23d5da2ffc Final
2016-10-17 21:09:51 +03:00

28 lines
316 B
CSS

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