Files
webextensions-examples/content-scripts/popup/choose_action.css
T
Will Bamberg 11fe52f05a extension work
2015-09-14 16:49:43 -07:00

21 lines
279 B
CSS

html, body {
height: 100px;
width: 300px;
margin: 0;
}
.action {
height: 30%;
width: 90%;
margin: 3% auto;
padding-top: 6%;
text-align: center;
font-size: 1.5em;
background-color: #E5F2F2;
cursor: pointer;
}
.action:hover {
background-color: #CFF2F2;
}