mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-04-27 15:51:06 -07:00
Updated Compatibility Issues Solution (markdown)
parent
25df14e9f2
commit
b397435b58
1 changed files with 4 additions and 4 deletions
|
|
@ -20,8 +20,8 @@ Try to change `background-color` [#4](https://github.com/black7375/Firefox-UI-Fi
|
|||
|
||||
```css
|
||||
/** Unselected Tab - Divide line ********************************************/
|
||||
.tab-content::before,
|
||||
.tab-content::after {
|
||||
#tabbrowser-arrowscrollbox:not([overflowing]) tab.tabbrowser-tab[first-visible-unpinned-tab] .tab-background::before,
|
||||
tab.tabbrowser-tab:not(:hover):not([visuallyselected]):not([multiselected]):not(:first-child) .tab-background::before {
|
||||
/*codes*/
|
||||
background-color: var(--toolbarseparator-color) !important;
|
||||
/*codes*/
|
||||
|
|
@ -34,8 +34,8 @@ Try to add `box-shadow`
|
|||
|
||||
```css
|
||||
/** Unselected Tab - Divide line ********************************************/
|
||||
.tab-content::before,
|
||||
.tab-content::after {
|
||||
#tabbrowser-arrowscrollbox:not([overflowing]) tab.tabbrowser-tab[first-visible-unpinned-tab] .tab-background::before,
|
||||
tab.tabbrowser-tab:not(:hover):not([visuallyselected]):not([multiselected]):not(:first-child) .tab-background::before {
|
||||
/*codes*/
|
||||
box-shadow: 0 0 1px 0 color-mix(in srgb, currentColor 60%, transparent);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue