From f8ac09df38dc70eeb6f90fcd403372562b571d37 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sun, 9 Nov 2025 16:16:37 +0200 Subject: [PATCH] style/right pane: tweak appearance --- apps/client/src/stylesheets/style.css | 3 +-- apps/client/src/stylesheets/theme-next-light.css | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index bd91bb780..78a40c667 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -1104,7 +1104,6 @@ a.external:not(.no-arrow):after, a[href^="http://"]:not(.no-arrow):after, a[href .card { color: inherit !important; - background-color: inherit !important; border-color: var(--main-border-color) !important; } @@ -1759,10 +1758,10 @@ body:not(.mobile) #launcher-pane.horizontal .dropdown-submenu > .dropdown-menu { flex-direction: column; margin-inline-start: 10px; margin-inline-end: 5px; + background: transparent; } #right-pane .card-header { - background: inherit; padding: 6px 0 3px 0; width: 99%; /* to give minimal right margin */ background-color: var(--button-background-color); diff --git a/apps/client/src/stylesheets/theme-next-light.css b/apps/client/src/stylesheets/theme-next-light.css index 0046ebe02..66e3538c6 100644 --- a/apps/client/src/stylesheets/theme-next-light.css +++ b/apps/client/src/stylesheets/theme-next-light.css @@ -211,8 +211,8 @@ --new-tab-button-hover-color: black; --right-pane-background-color: var(--main-background-color); - --right-pane-background-color-bgfx: var(--center-pane-vert-layout-background-color-bgfx); /* Only for the vertical layout */ - --right-pane-item-hover-background: #ececec; + --right-pane-background-color-bgfx: #ffffff9e; /* Only for the vertical layout */ + --right-pane-item-hover-background: #00000013; --right-pane-item-hover-color: inherit; --scrollbar-thumb-color: #0000005c;