[bug] fix opacity direction

This commit is contained in:
zombieFox 2020-01-16 08:50:12 +00:00
parent ab65ca1f64
commit c2ed30c087
5 changed files with 7 additions and 7 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "nighttab",
"version": "4.19.3",
"version": "4.19.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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": {

View File

@ -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();

View File

@ -1,6 +1,6 @@
var version = (function() {
var current = "4.19.3";
var current = "4.19.4";
var name = "Naughty Goose";

View File

@ -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"