mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-18 07:18:34 +02:00
Added an example for contentScripts.register
This commit is contained in:
16
user-script/popup/user-script.css
Normal file
16
user-script/popup/user-script.css
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
#outer-wrapper {
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
input {
|
||||
width: 100%;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
textarea {
|
||||
width: 100%;
|
||||
resize: none;
|
||||
border: 1px solid #e4e4e4;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
Reference in New Issue
Block a user