mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-01-12 00:48:44 +01:00
[bug] fix opacity direction
This commit is contained in:
parent
ab65ca1f64
commit
c2ed30c087
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nighttab",
|
||||
"version": "4.19.3",
|
||||
"version": "4.19.4",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nighttab",
|
||||
"version": "4.19.3",
|
||||
"version": "4.19.4",
|
||||
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
@ -1750,7 +1750,7 @@ var control = (function() {
|
||||
element: helper.e(".control-header-shade-opacity"),
|
||||
path: "header.shade.opacity",
|
||||
type: "range",
|
||||
valueMod: ["reverse", "float"],
|
||||
valueMod: ["float"],
|
||||
rangeCountElement: helper.e(".control-header-shade-opacity-count"),
|
||||
func: function() {
|
||||
header.render.opacity();
|
||||
@ -2986,7 +2986,7 @@ var control = (function() {
|
||||
element: helper.e(".control-theme-shade-opacity"),
|
||||
path: "theme.shade.opacity",
|
||||
type: "range",
|
||||
valueMod: ["reverse", "float"],
|
||||
valueMod: ["float"],
|
||||
rangeCountElement: helper.e(".control-theme-shade-opacity-count"),
|
||||
func: function() {
|
||||
theme.render.shade.opacity();
|
||||
@ -3102,7 +3102,7 @@ var control = (function() {
|
||||
element: helper.e(".control-background-image-opacity"),
|
||||
path: "background.image.opacity",
|
||||
type: "range",
|
||||
valueMod: ["reverse", "float"],
|
||||
valueMod: ["float"],
|
||||
rangeCountElement: helper.e(".control-background-image-opacity-count"),
|
||||
func: function() {
|
||||
background.render.opacity();
|
||||
|
@ -1,6 +1,6 @@
|
||||
var version = (function() {
|
||||
|
||||
var current = "4.19.3";
|
||||
var current = "4.19.4";
|
||||
|
||||
var name = "Naughty Goose";
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "nightTab",
|
||||
"short_name": "nightTab",
|
||||
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
|
||||
"version": "4.19.3",
|
||||
"version": "4.19.4",
|
||||
"manifest_version": 2,
|
||||
"chrome_url_overrides": {
|
||||
"newtab": "index.html"
|
||||
|
Loading…
Reference in New Issue
Block a user