mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-01-25 07:19:13 +01:00
[bug] fix input colour dot being hidden by input button
This commit is contained in:
parent
5103de7186
commit
ac80f29329
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nightTab",
|
||||
"version": "5.22.0",
|
||||
"version": "5.22.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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": {
|
||||
|
@ -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;
|
||||
|
@ -1,6 +1,6 @@
|
||||
var version = (function() {
|
||||
|
||||
var current = "5.22.0";
|
||||
var current = "5.22.1";
|
||||
|
||||
var name = "Zonked Tarsier";
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user