diff --git a/Themes/BasicBackground/BasicBackground.css b/Themes/BasicBackground/BasicBackground.css
index 3cf46b2cce..c9912b4070 100644
--- a/Themes/BasicBackground/BasicBackground.css
+++ b/Themes/BasicBackground/BasicBackground.css
@@ -7225,7 +7225,8 @@ html:only-child > head + body div.typeWindows__421ed.titleBar__421ed > div.wordm
html:only-child > head + body div.typeWindows__421ed.titleBar__421ed > div.wordmark__421ed > * {
display: none !important;
}
-html:only-child > head + body div.typeWindows__421ed.titleBar__421ed > div.wordmark__421ed::before {
+html:only-child > head + body div.typeWindows__421ed.titleBar__421ed > div.wordmark__421ed::before,
+html:only-child > head + body div.bar_c38106 > div.title_c38106::before {
content: "" !important;
background: rgb(125,125,125) !important;
-webkit-mask: url('data:image/svg+xml; utf8, ') center/contain no-repeat !important;
@@ -7244,7 +7245,15 @@ html:only-child > head + body div.typeWindows__421ed.titleBar__421ed > div.wordm
transform: unset !important;
animation: unset !important;
}
-html:only-child > head + body div.typeWindows__421ed.titleBar__421ed > div.wordmark__421ed::after {
+html:only-child > head + body div.bar_c38106 > div.title_c38106::before {
+ width: 70px !important;
+ height: 36px !important;
+ display: inline !important;
+ position: fixed !important;
+ left: 10px !important;
+}
+html:only-child > head + body div.typeWindows__421ed.titleBar__421ed > div.wordmark__421ed::after,
+html:only-child > head + body div.bar_c38106 > div.title_c38106::after {
content: "" !important;
background: rgb(125,125,125) !important;
-webkit-mask: url('data:image/svg+xml; utf8, ') center/contain no-repeat !important;
@@ -7262,9 +7271,17 @@ html:only-child > head + body div.typeWindows__421ed.titleBar__421ed > div.wordm
visibility: visible !important;
transform: unset !important;
animation: unset !important;
- transition: opacity .15s ease !important;
+ transition: opacity 1s ease !important;
}
-html:only-child > head + body div.typeWindows__421ed.titleBar__421ed:hover > div.wordmark__421ed::after {
+html:only-child > head + body div.bar_c38106 > div.title_c38106::after {
+ width: 280px !important;
+ height: 36px !important;
+ display: inline !important;
+ position: fixed !important;
+ left: 80px !important;
+}
+html:only-child > head + body div.typeWindows__421ed.titleBar__421ed:hover > div.wordmark__421ed::after,
+html:only-child > head + body div.bar_c38106:hover > div.title_c38106::after {
opacity: 1 !important;
}