Closed
Bug 1427975
Opened 8 years ago
Closed 8 years ago
How about that make browser-style is available in extension-pages?
Categories
(WebExtensions :: Frontend, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: 626954412, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0
Build ID: 20171226083017
Steps to reproduce:
I'd like to use border-style in extension-pages.
Actual results:
The extension-pages seems don't support border-style.
Expected results:
Use border-style in extension-pages.
Comment 1•8 years ago
|
||
Your subject refers to browser-style but the description refers to border-style. I just did a local test with an extension page that uses border-style and it worked fine, can you please either attach an extension that exhibits the problem or describe your request more clearly?
Flags: needinfo?(626954412)
You are right, I should refer in browser-style css.
<link rel="stylesheet" href="chrome://browser/content/extension.css">
<link rel="stylesheet" href="chrome://browser/content/extension-mac.css">
It not right that I think browser-style is only enabled when "browser_style": true in manifest.json
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Flags: needinfo?(626954412)
Resolution: --- → INVALID
Updated•7 years ago
|
Product: Toolkit → WebExtensions
You need to log in
before you can comment on or make changes to this bug.
Description
•