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; }
|
|
@ -122,5 +122,6 @@
|
|||
"vertical_menubar.css":["menubar","hack"],
|
||||
"vertical_popup_menubar.css":["menubar","menu","toolbars","popup"],
|
||||
"window_control_fallback_for_custom_windows_theme.css":["window-control","buttons","colors","patch"],
|
||||
"window_control_placeholder_support.css":["window-control","patch"]
|
||||
"window_control_placeholder_support.css":["window-control","patch"],
|
||||
"tab_separator_lines.css":["tab","proton"]
|
||||
}
|
||||
|
|
1
tags.csv
1
tags.csv
|
@ -122,3 +122,4 @@ vertical_menubar.css,menubar,hack
|
|||
vertical_popup_menubar.css,menubar,menu,toolbars,popup
|
||||
window_control_fallback_for_custom_windows_theme.css,window-control,buttons,colors,patch
|
||||
window_control_placeholder_support.css,window-control,patch
|
||||
tab_separator_lines.css,tab,proton
|
||||
|
|
|
Loading…
Reference in a new issue