Files
webextensions-examples/tabs-tabs-tabs/tabs.css
T
Flávio Rodrigues 0a79d1c7a8 Customizing the panel style to make it fancy
Used the browser style property to make it possible to use the firefox style guide. more info on the guide, see the link: https://firefoxux.github.io/StyleGuide/#/controls
2016-10-20 11:00:47 -02:00

17 lines
133 B
CSS

html, body {
width: 350px;
}
a {
margin: 10px;
display: inline-block;
}
button {
margin:10px;
}
.panel {
margin: 5px;
}