mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +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
4
.github/ISSUE_TEMPLATE/create-theme.yml
vendored
4
.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;
|
||||||
|
@ -80,4 +82,4 @@ body:
|
||||||
{
|
{
|
||||||
"uc.my-preference.enable-this": "Enable this feature for the theme",
|
"uc.my-preference.enable-this": "Enable this feature for the theme",
|
||||||
"uc.my-preference.show-that": "Show that feature for the theme"
|
"uc.my-preference.show-that": "Show that feature for the theme"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue