mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-08 01:10:01 +02:00
Add hints about removing chrome:// selectors (#531)
This commit is contained in:
parent
5b3ff74108
commit
3d4cc101ba
1 changed files with 3 additions and 1 deletions
2
.github/ISSUE_TEMPLATE/create-theme.yml
vendored
2
.github/ISSUE_TEMPLATE/create-theme.yml
vendored
|
@ -47,8 +47,10 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Theme Styles
|
label: Theme Styles
|
||||||
render: css
|
render: css
|
||||||
|
|
||||||
description: The CSS styles for the theme. If the theme is a color theme, the styles should be a JSON object with the color values.
|
description: The CSS styles for the theme. If the theme is a color theme, the styles should be a JSON object with the color values.
|
||||||
placeholder: |
|
placeholder: |
|
||||||
|
/* Remember to strip @-moz-document url-prefix('chrome://') {... */
|
||||||
body {
|
body {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
color: black;
|
color: black;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue