From fb19f03fd8c4e3269a7bc583c76de5daa4d9a349 Mon Sep 17 00:00:00 2001 From: bmFtZQ <62812711+bmFtZQ@users.noreply.github.com> Date: Mon, 29 Mar 2021 19:20:00 +0800 Subject: [PATCH] status bar now uses theme colors --- chrome/global/global.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/chrome/global/global.css b/chrome/global/global.css index 3899f35..dbfad04 100644 --- a/chrome/global/global.css +++ b/chrome/global/global.css @@ -312,4 +312,16 @@ } :root[lwt-sidebar-brighttext] :-moz-any(.sidebar-placesTree, #viewButton) { color: #fff !important; +} + +#statuspanel { + clip-path: inset(0) !important; +} + +#statuspanel-label { + background-color: var(--toolbar-bgcolor) !important; + color: var(--toolbar-color) !important; + border: 0 !important; + box-shadow: 0 0 0 1px #0004, 0 4px 6px #0004 !important; + padding: 3px 6px !important; } \ No newline at end of file