mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Updated Compatibility Issues Solution (markdown)
parent
b50601373c
commit
25df14e9f2
1 changed files with 17 additions and 4 deletions
|
|
@ -11,7 +11,7 @@ https://github.com/black7375/Firefox-UI-Fix/blob/4948226abe1c93e716e6b690e6098ed
|
|||
}
|
||||
```
|
||||
|
||||
## Unselected Tab Separators
|
||||
## Unselected Tab Separators - Color
|
||||
|
||||
Try to change `background-color` [#4](https://github.com/black7375/Firefox-UI-Fix/issues/4)
|
||||
|
||||
|
|
@ -27,3 +27,16 @@ Try to change `background-color` [#4](https://github.com/black7375/Firefox-UI-Fi
|
|||
/*codes*/
|
||||
}
|
||||
```
|
||||
|
||||
## Unselected Tab Separators - Don't show
|
||||
|
||||
Try to add `box-shadow`
|
||||
|
||||
```css
|
||||
/** Unselected Tab - Divide line ********************************************/
|
||||
.tab-content::before,
|
||||
.tab-content::after {
|
||||
/*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