|
611 | 611 | }
|
612 | 612 | .tabbrowser-tab {
|
613 | 613 | &:not([visuallyselected]) {
|
614 |
| - .tab-background { background-color: rgba(0, 0, 0, 0.75) !important; } |
615 |
| - &:hover .tab-background { background-color: rgba(65, 64, 76, 0.75) !important; } |
616 |
| - &[multiselected] .tab-background { background-color: rgba(65, 64, 76, 0.75) !important; } |
617 |
| - @media (-moz-bool-pref: "r3dfox.translucent.navbar") { |
618 |
| - .tab-background { background-color: rgba(0, 0, 0, 0.33) !important; } |
619 |
| - &:hover .tab-background { background-color: rgba(65, 64, 76, 0.5) !important; } |
620 |
| - &[multiselected] .tab-background { background-color: rgba(65, 64, 76, 0.5) !important; } |
621 |
| - } |
| 614 | + .tab-background { background-color: rgba(0, 0, 0, 0.33) !important; } |
| 615 | + &:hover .tab-background { background-color: rgba(0, 0, 0, 0.66) !important; } |
| 616 | + &[multiselected] .tab-background { background-color: rgba(0, 0, 0, 0.5) !important; } |
622 | 617 | }
|
623 | 618 | }
|
624 | 619 | }
|
|
650 | 645 | }
|
651 | 646 | .tabbrowser-tab {
|
652 | 647 | &:not([visuallyselected]) {
|
653 |
| - .tab-background { background-color: rgba(249, 249, 251, 0.66) !important; } |
654 |
| - &:hover .tab-background { background-color: rgba(249, 249, 251, 0.75) !important; } |
655 |
| - &[multiselected] .tab-background { background-color: rgba(249, 249, 251, 0.75) !important; } |
656 |
| - @media (-moz-bool-pref: "r3dfox.translucent.navbar") { |
657 |
| - .tab-background { background-color: rgba(249, 249, 251, 0.33) !important; } |
658 |
| - &:hover .tab-background { background-color: rgba(249, 249, 251, 0.5) !important; } |
659 |
| - &[multiselected] .tab-background { background-color: rgba(249, 249, 251, 0.5) !important; } |
660 |
| - } |
| 648 | + .tab-background { background-color: rgba(249, 249, 251, 0.33) !important; } |
| 649 | + &:hover .tab-background { background-color: rgba(249, 249, 251, 0.66) !important; } |
| 650 | + &[multiselected] .tab-background { background-color: rgba(249, 249, 251, 0.5) !important; } |
661 | 651 | }
|
662 | 652 | }
|
663 | 653 | }
|
|
0 commit comments