Files
webextensions-examples/user-script/popup/user-script.css
2017-12-12 09:02:11 -06:00

17 lines
182 B
CSS

#outer-wrapper {
padding: 0.5em;
}
input {
width: 100%;
margin-bottom: 1em;
}
textarea {
width: 100%;
resize: none;
border: 1px solid #e4e4e4;
margin-bottom: 1em;
}