mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-06-21 07:42:48 +00:00
Update release-beta to output generated at 3278f1f
This commit is contained in:
parent
6e41a5d2a0
commit
c73c6e661a
3 changed files with 4 additions and 11 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
Beta-0794a51
|
||||
Beta-3278f1f
|
||||
|
|
|
|||
|
|
@ -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 () {
|
||||
|
|
|
|||
11
user.css
11
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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue