Compare commits
2 Commits
e4db7abc87
...
c1943b421b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c1943b421b | ||
|
|
49b5e838a8 |
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "twitch-vod-manager",
|
||||
"version": "4.6.141",
|
||||
"version": "4.6.142",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "twitch-vod-manager",
|
||||
"version": "4.6.141",
|
||||
"version": "4.6.142",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"axios": "^1.6.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "twitch-vod-manager",
|
||||
"version": "4.6.141",
|
||||
"version": "4.6.142",
|
||||
"description": "Twitch VOD Manager - Download Twitch VODs easily",
|
||||
"main": "dist/main.js",
|
||||
"author": "xRangerDE",
|
||||
|
||||
@ -715,6 +715,21 @@ select:focus {
|
||||
box-shadow: 0 0 0 3px rgba(145, 70, 255, 0.18);
|
||||
}
|
||||
|
||||
/* Soft mouseover affordance — every text/search/number/etc. input + textarea
|
||||
+ select picks up a half-tone accent border on hover, matching the
|
||||
.select-compact + .filter-input hover pattern. :not(:focus) keeps the
|
||||
focus ring (above) from competing, :not(:disabled) leaves disabled
|
||||
inputs inert. */
|
||||
input[type="text"]:hover:not(:focus):not(:disabled),
|
||||
input[type="search"]:hover:not(:focus):not(:disabled),
|
||||
input[type="number"]:hover:not(:focus):not(:disabled),
|
||||
input[type="password"]:hover:not(:focus):not(:disabled),
|
||||
input[type="email"]:hover:not(:focus):not(:disabled),
|
||||
textarea:hover:not(:focus):not(:disabled),
|
||||
select:hover:not(:focus):not(:disabled) {
|
||||
border-color: rgba(145, 70, 255, 0.45);
|
||||
}
|
||||
|
||||
/* ============================================
|
||||
CUSTOM CHECKBOX — modern Twitch-purple
|
||||
============================================
|
||||
|
||||
Loading…
Reference in New Issue
Block a user