diff --git a/src/components/Elements/MainModal/scss/marketplace/_main.scss b/src/components/Elements/MainModal/scss/marketplace/_main.scss index bb68a972..85aeebcc 100644 --- a/src/components/Elements/MainModal/scss/marketplace/_main.scss +++ b/src/components/Elements/MainModal/scss/marketplace/_main.scss @@ -149,6 +149,7 @@ width: 100%; box-sizing: border-box !important; border-radius: 12px 12px 0 0; + -webkit-backdrop-filter: blur(40px) saturate(150%) brightness(75%); backdrop-filter: blur(40px) saturate(150%) brightness(75%); @include themed { @@ -228,6 +229,7 @@ flex-flow: column; text-align: center; align-items: center; + -webkit-user-select: none; user-select: none; img { @@ -341,6 +343,7 @@ p.author { .nice-tag { border-radius: 150px; padding: 1px 12px; + -webkit-backdrop-filter: blur(16px) saturate(180%); backdrop-filter: blur(16px) saturate(180%); background-color: rgb(255 255 255 / 10%); border: 1px solid rgb(209 213 219 / 30%); diff --git a/src/components/Elements/MainModal/scss/marketplace/modules/_buttons.scss b/src/components/Elements/MainModal/scss/marketplace/modules/_buttons.scss index 7ec1c716..e89f0794 100644 --- a/src/components/Elements/MainModal/scss/marketplace/modules/_buttons.scss +++ b/src/components/Elements/MainModal/scss/marketplace/modules/_buttons.scss @@ -70,6 +70,7 @@ .btn-collection { padding: 1px 12px; + -webkit-backdrop-filter: blur(16px) saturate(180%); backdrop-filter: blur(16px) saturate(180%); background-color: rgb(255 255 255 / 10%); border: 1px solid rgb(209 213 219 / 30%); diff --git a/src/components/Elements/Tooltip/tooltip.scss b/src/components/Elements/Tooltip/tooltip.scss index f423f5ba..1c834cd2 100644 --- a/src/components/Elements/Tooltip/tooltip.scss +++ b/src/components/Elements/Tooltip/tooltip.scss @@ -31,6 +31,7 @@ margin-top: 15px; margin-left: -30px; */ cursor: initial; + -webkit-user-select: none; user-select: none; opacity: 1; animation-name: floating;