Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DanaMW committed Nov 2, 2024
1 parent b3bddb2 commit 00f512f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion scripts/firefox/userChrome.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -584,21 +584,27 @@ tab {
background-color: var(--Mygray3) !important;
}

.tabbrowser-tab[label="Quickdial"],
.tabbrowser-tab {
background-color: var(--Myred3) !important;
}

.tabbrowser-tab[label="Quickdial"] .tab-content[selected],
.tabbrowser-tab .tab-content[selected] {
background-color: var(--Myred2) !important;
border-top: 2px solid var(--Mygreen1) !important;
}

.tabbrowser-tab:hover .tab-content[selected] {
.tabbrowser-tab[label="Quickdial"]:hover
.tab-content[selected]
.tabbrowser-tab:hover
.tab-content[selected] {
color: var(--MyW) !important;
text-shadow: 1px 1px 0 var(--MyB) !important;
background-color: var(--Myred1) !important;
}

.tabbrowser-tab[label="Quickdial"]:hover .tab-content,
.tabbrowser-tab:hover .tab-content {
color: var(--MyW) !important;
text-shadow: 1px 1px 0 var(--MyB) !important;
Expand Down Expand Up @@ -634,6 +640,7 @@ tabbrowser-tab:not([labelendaligned], :hover)
animation-play-state: paused !important;
}

#action-box,
#alertBox {
background: -moz-linear-gradient(
top,
Expand Down

0 comments on commit 00f512f

Please sign in to comment.