diff --git a/VERSION b/VERSION index a527cff..938441d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Beta-0794a51 +Beta-3278f1f diff --git a/dribbblish-dynamic.js b/dribbblish-dynamic.js index 2e7ef06..d82bb8a 100644 --- a/dribbblish-dynamic.js +++ b/dribbblish-dynamic.js @@ -56633,7 +56633,7 @@ Dribbblish.on("ready", () => { OS: \`${(0,_Util__WEBPACK_IMPORTED_MODULE_5__.capitalizeFirstLetter)(Spicetify.Platform.PlatformData.os_name)} v${Spicetify.Platform.PlatformData.os_version}\` Spotify: \`v${Spicetify.Platform.PlatformData.event_sender_context_information?.client_version_string ?? Spicetify.Platform.PlatformData.client_version_triple}\` Spicetify: \`${Spicetify.version != null ? `v${Spicetify.version}` : "< v2.7.3"}\` - Dribbblish: \`v${"Beta"}-${"0794a51"}\` + Dribbblish: \`v${"Beta"}-${"3278f1f"}\` `, data: "Copy", onChange: function () { diff --git a/user.css b/user.css index 28388e2..c53f827 100644 --- a/user.css +++ b/user.css @@ -369,17 +369,10 @@ input[type=time]::-webkit-calendar-picker-indicator { } input[type=color] { position: relative; - padding: 0px; -} -input[type=color]::before { - z-index: -1; - content: ""; - position: absolute; - inset: -5px; - border-radius: 4px; + padding: 1px 3px; background-color: rgba(var(--spice-rgb-selected-row), 0.4); } -input[type=color]:hover::before, input[type=color]:active::before { +input[type=color]:hover, input[type=color]:active { background-color: rgba(var(--spice-rgb-selected-row), 0.6); }