Skip to content

Commit c884e52

Browse files
committed
Fixed border color for tabs playing sound
1 parent 75f8d3e commit c884e52

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Private-Browsing-Only/chrome/userChrome.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ BOOKMARKS BAR
214214
background-color: transparent !important;
215215
}
216216

217-
.tabbrowser-tab[soundplaying="true"] .tab-content {
218-
border: 1px solid var(--sound-border) !important;
217+
.tabbrowser-tab[soundplaying="true"] {
218+
--lwt-tab-line-color: var(--sound-border) !important;
219219
}
220220
#main-window[privatebrowsingmode="temporary"] .tab-content[selected="true"] {
221221
border-color: var(--orange-highlight) !important;

Theme/chrome/userChrome.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ BOOKMARKS BAR
212212
background-color: transparent !important;
213213
}
214214

215-
.tabbrowser-tab[soundplaying="true"] .tab-content {
216-
border: 1px solid var(--sound-border) !important;
215+
.tabbrowser-tab[soundplaying="true"] {
216+
--lwt-tab-line-color: var(--sound-border) !important;
217217
}
218218
.tab-content[selected="true"] {
219219
border-color: var(--orange-highlight) !important;

0 commit comments

Comments
 (0)