mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2025-10-14 04:55:54 +00:00
create tab_separator_lines.css
This commit is contained in:
parent
fdca564431
commit
b328b4aba7
3 changed files with 14 additions and 1 deletions
11
chrome/tab_separator_lines.css
Normal file
11
chrome/tab_separator_lines.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tab_separator_lines.css made available under Mozilla Public License v. 2.0
|
||||
See the above repository for updates as well as full license text. */
|
||||
|
||||
/* Bring back tab separator lines that were removed in Proton */
|
||||
|
||||
.tabbrowser-tab{
|
||||
border-inline-start: 1px solid !important;
|
||||
border-image: 0 1 linear-gradient(transparent 20%,var(--toolbarseparator-color) 20%,var(--toolbarseparator-color) 80%,transparent 80%);
|
||||
}
|
||||
.tabbrowser-tab[first-visible-tab],
|
||||
.tabbrowser-tab[first-visible-unpinned-tab]{ border: none !important; }
|
Loading…
Add table
Add a link
Reference in a new issue