Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 7acb416

Browse files
committed
🐛 Allow fix the multiacount container coloring
Fixes: #54
1 parent 1473413 commit 7acb416

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

src/browser/themes/addons/shared/shared.inc.css

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
7070
/* ========================================================================== */
7171
/* Tab style */
7272

73+
/* BUG GH#54: The container color does not show up in the pulse theme */
74+
.tabbrowser-tab {
75+
border-top: 2px solid var(--identity-tab-color);
76+
}
77+
7378
.tab-background[selected="true"]::before, .tab-background[selected="true"]::after {
7479
content: "";
7580
position: absolute;
@@ -194,11 +199,7 @@ menulist:host(:not([native])) {
194199
* If you have any issues with this style, please open a ticket at https://github.com/NiklasGollenstede/unload-tabs
195200
*/
196201

197-
@-moz-document url(chrome://browser/content/browser.xhtml),
198-
url(chrome://browser/content/browser.xul)
199-
{
200-
tab[pending],
201-
#alltabs-popup menuitem[pending] {
202-
opacity: 0.6 !important;
203-
}
202+
tab[pending],
203+
#alltabs-popup menuitem[pending] {
204+
opacity: 0.6 !important;
204205
}

0 commit comments

Comments
 (0)