[bug] fix input colour dot being hidden by input button

This commit is contained in:
zombieFox 2020-04-23 10:36:13 +01:00
parent 5103de7186
commit ac80f29329
5 changed files with 5 additions and 5 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "nightTab",
"version": "5.22.0",
"version": "5.22.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "nightTab",
"version": "5.22.0",
"version": "5.22.1",
"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

@ -1208,7 +1208,7 @@ input[type="range"]:disabled::-moz-range-progress {
width: calc(var(--form-thumb-size) * 0.8);
height: calc(var(--form-thumb-size) * 0.8);
min-width: inherit;
z-index: 1;
z-index: 4;
border-radius: 50%;
transform: translateY(-50%);
transition: none;

View File

@ -1,6 +1,6 @@
var version = (function() {
var current = "5.22.0";
var current = "5.22.1";
var name = "Zonked Tarsier";

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": "5.22.0",
"version": "5.22.1",
"manifest_version": 2,
"chrome_url_overrides": {
"newtab": "index.html"