From f0c65ffa8b8cc54b574935a8a96310968a4df483 Mon Sep 17 00:00:00 2001 From: XYZenix <51988432+XYZenix@users.noreply.github.com> Date: Fri, 12 Apr 2024 04:39:46 +0300 Subject: [PATCH] DTM-08 --- DTM-08-V2/dtm-08-v2.css | 25 ++++++++++++++++++++++++- DTM-08-V2/dtm-08-v2.scss | 29 ++++++++++++++++++++++++++++- 2 files changed, 52 insertions(+), 2 deletions(-) diff --git a/DTM-08-V2/dtm-08-v2.css b/DTM-08-V2/dtm-08-v2.css index c148559..b7c7a73 100644 --- a/DTM-08-V2/dtm-08-v2.css +++ b/DTM-08-V2/dtm-08-v2.css @@ -4694,7 +4694,7 @@ rect[mask="url(#svg-mask-status-dnd)"] { display: none; } .sidebarRegionScroller__8113e .sidebar__02e8d .info__755e1:before { - content: "DTM-08 V2 Build 101 \aUpdated on Apr 12, 2024"; + content: "DTM-08 V2 Build 102 \aUpdated on Apr 12, 2024"; font-size: 12px; color: var(--text-muted); text-transform: none; @@ -8442,6 +8442,29 @@ rect[mask="url(#svg-mask-status-dnd)"] { box-shadow: none !important; } +.theme-light .autocomplete__743a5 { + background: linear-gradient(var(--d8l2), var(--d8l4)); +} +.theme-dark .autocomplete__743a5 { + background: linear-gradient(var(--d8d9), var(--d8dA)); + box-shadow: inset 0 0 0 1px black, inset 0 0 0 2px rgba(255, 255, 255, 0.15), 0 1px 4px rgba(0, 0, 0, 0.5), 0 2px 8px rgba(0, 0, 0, 0.25); +} +.autocomplete__743a5 .rail_ad1aea { + background: rgba(0, 0, 0, 0.15); +} +.autocomplete__743a5 .rail_ad1aea .wrapper__45980 { + background: none; +} +.theme-dark .autocomplete__743a5 .rail_ad1aea { + box-shadow: inset -1px 0 rgba(0, 0, 0, 0.4), 1px 0 rgba(255, 255, 255, 0.1); +} +.theme-light .autocomplete__743a5 .wrapper__91b2c { + background: linear-gradient(var(--d8l2), var(--d8l4)) fixed 0 0/cover padding-box; +} +.theme-dark .autocomplete__743a5 .wrapper__91b2c { + background: linear-gradient(var(--d8d9), var(--d8dA)) fixed 0 0/cover padding-box; +} + /*.avatarDecoration__8a0c2, .avatarDecoration_cf681a,*/ .container-5BK5-N.premiumFeatureBannerBackground-Epwl-X, .containerWrapper-WZBNDK { diff --git a/DTM-08-V2/dtm-08-v2.scss b/DTM-08-V2/dtm-08-v2.scss index 55d45f5..ca8c5bb 100644 --- a/DTM-08-V2/dtm-08-v2.scss +++ b/DTM-08-V2/dtm-08-v2.scss @@ -7,7 +7,7 @@ * @source https://github.com/XYZenix/XYZenixThemes/ */ -$themeVersion: "101"; +$themeVersion: "102"; $themeDate: "Apr 12, 2024"; @use "sass:color"; @@ -8229,6 +8229,33 @@ $exportAddons: false; box-shadow: none !important; } } +// autocomplete +.autocomplete__743a5 { + .theme-light & { + background: linear-gradient(var(--d8l2), var(--d8l4)); + } + .theme-dark & { + background: linear-gradient(var(--d8d9), var(--d8dA)); + box-shadow: inset 0 0 0 1px rgba(0,0,0), inset 0 0 0 2px rgba(255,255,255,.15), 0 1px 4px rgba(0,0,0,.5), 0 2px 8px rgba(0,0,0,.25); + } + .rail_ad1aea { + background: rgba(0,0,0,.15); + .wrapper__45980 { + background: none; + } + .theme-dark & { + box-shadow: inset -1px 0 rgba(0,0,0,.4), 1px 0 rgba(255,255,255,.1); + } + } + .wrapper__91b2c { + .theme-light & { + background: linear-gradient(var(--d8l2), var(--d8l4)) fixed 0 0/cover padding-box; + } + .theme-dark & { + background: linear-gradient(var(--d8d9), var(--d8dA)) fixed 0 0/cover padding-box; + } + } +} @if $exportAddons {