mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-05 18:20:44 -08:00
Fix: background of supernova contextline on hover is too light
This commit is contained in:
parent
303b758dd7
commit
b8b036c0dd
3 changed files with 8 additions and 8 deletions
8
css/leptonChrome.css
generated
8
css/leptonChrome.css
generated
|
|
@ -7658,7 +7658,7 @@
|
|||
> .tab-stack
|
||||
> .tab-background
|
||||
> .tab-context-line::before {
|
||||
background-color: rgba(0, 0, 0, 0.2) !important;
|
||||
background-color: rgba(0, 0, 0, 0.4) !important;
|
||||
opacity: 1 !important;
|
||||
}
|
||||
#TabsToolbar[brighttext]
|
||||
|
|
@ -7666,7 +7666,7 @@
|
|||
> .tab-stack
|
||||
> .tab-background
|
||||
> .tab-context-line::before {
|
||||
background-color: rgba(255, 255, 255, 0.2) !important;
|
||||
background-color: rgba(255, 255, 255, 0.4) !important;
|
||||
}
|
||||
/* Animation */
|
||||
@media (prefers-reduced-motion: no-preference) {
|
||||
|
|
@ -22505,7 +22505,7 @@
|
|||
> .tab-stack
|
||||
> .tab-background
|
||||
> .tab-context-line::before {
|
||||
background-color: rgba(0, 0, 0, 0.2) !important;
|
||||
background-color: rgba(0, 0, 0, 0.4) !important;
|
||||
opacity: 1 !important;
|
||||
}
|
||||
#TabsToolbar[brighttext]
|
||||
|
|
@ -22513,7 +22513,7 @@
|
|||
> .tab-stack
|
||||
> .tab-background
|
||||
> .tab-context-line::before {
|
||||
background-color: rgba(255, 255, 255, 0.2) !important;
|
||||
background-color: rgba(255, 255, 255, 0.4) !important;
|
||||
}
|
||||
/* Animation */
|
||||
/* Animation for hover effect */
|
||||
|
|
|
|||
4
css/leptonChromeESR.css
generated
4
css/leptonChromeESR.css
generated
|
|
@ -8100,7 +8100,7 @@
|
|||
> .tab-stack
|
||||
> .tab-background
|
||||
> .tab-context-line::before {
|
||||
background-color: rgba(0, 0, 0, 0.2) !important;
|
||||
background-color: rgba(0, 0, 0, 0.4) !important;
|
||||
opacity: 1 !important;
|
||||
}
|
||||
#TabsToolbar[brighttext]
|
||||
|
|
@ -8108,7 +8108,7 @@
|
|||
> .tab-stack
|
||||
> .tab-background
|
||||
> .tab-context-line::before {
|
||||
background-color: rgba(255, 255, 255, 0.2) !important;
|
||||
background-color: rgba(255, 255, 255, 0.4) !important;
|
||||
}
|
||||
/* Animation */
|
||||
@media (prefers-reduced-motion: no-preference) {
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ tabs tab.tabbrowser-tab[usercontextid] > .tab-stack > .tab-background > .tab-con
|
|||
> .tab-stack
|
||||
> .tab-background
|
||||
> .tab-context-line::before {
|
||||
background-color: rgba(0, 0, 0, 0.2) !important;
|
||||
background-color: rgba(0, 0, 0, 0.4) !important;
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
|
|
@ -48,7 +48,7 @@ tabs tab.tabbrowser-tab[usercontextid] > .tab-stack > .tab-background > .tab-con
|
|||
> .tab-stack
|
||||
> .tab-background
|
||||
> .tab-context-line::before {
|
||||
background-color: rgba(255, 255, 255, 0.2) !important;
|
||||
background-color: rgba(255, 255, 255, 0.4) !important;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue