From 3f2adc0dcd311ea41f8ead64d07e0569a0d77bc9 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Fri, 20 Sep 2019 23:04:33 +0200 Subject: [PATCH] Update BasicBackground.css --- Themes/BasicBackground/BasicBackground.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Themes/BasicBackground/BasicBackground.css b/Themes/BasicBackground/BasicBackground.css index 8512f39945..7a2a196fb2 100644 --- a/Themes/BasicBackground/BasicBackground.css +++ b/Themes/BasicBackground/BasicBackground.css @@ -3053,8 +3053,9 @@ body:before { #app-mount .themedPopout-1TrfdI, /* themed popout (for example mentionpopout) */ #app-mount .popoutList-T9CKZQ { /* listpopout (for example auditlogs) */ background-color: transparent; + border: none; border-radius: 5px; - box-shadow: 0 8px 16px rgba(var(--vtransparencycolor), 0.24); + box-shadow: 0 0 0 1px rgba(var(--vtransparencycolor), 0.3), 0 2px 10px 0 rgba(var(--vtransparencycolor), 0.3); color: rgb(var(--fontwhite1)); position: relative; } @@ -3092,6 +3093,9 @@ body:before { filter: blur(var(--vpopoutblur)); background-attachment: fixed; } +.popout-googletranslate .themedPopout-1TrfdI { + margin-top: -427px !important; +} #app-mount .quickSelectPopoutOption-opKBx9:hover { background-color: rgba(var(--vtransparencycolor), 0.2); }