Apply transparency to find and bookmarks bar

This commit is contained in:
Moririn 2023-09-18 16:46:57 +01:00
parent 73998d6dd0
commit dac1af701d
1 changed files with 1 additions and 9 deletions

View File

@ -13,7 +13,7 @@
}
/* navbar / tabbar / titlebar */
#nav-bar {
#nav-bar, #TabsToolbar, #PersonalToolbar, findbar {
background: transparent !important;
border-color: transparent !important;
}
@ -25,14 +25,6 @@
background: var(--bct-w-url-bg) !important;
}
#TabsToolbar, #titlebar {
background: var(--bct-w-tab-bg) !important;
appearance: none;
-moz-appearance: none !important;
box-shadow: none !important;
border: none !important;
}
.tab-background[selected="true"] {
background: var(--bct-w-tab-selected-bg) !important;
}