create tab_separator_lines.css

This commit is contained in:
MrOtherGuy 2021-04-21 10:03:09 +03:00
parent fdca564431
commit b328b4aba7
3 changed files with 14 additions and 1 deletions

View 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; }

View file

@ -122,5 +122,6 @@
"vertical_menubar.css":["menubar","hack"], "vertical_menubar.css":["menubar","hack"],
"vertical_popup_menubar.css":["menubar","menu","toolbars","popup"], "vertical_popup_menubar.css":["menubar","menu","toolbars","popup"],
"window_control_fallback_for_custom_windows_theme.css":["window-control","buttons","colors","patch"], "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"]
} }

View file

@ -122,3 +122,4 @@ vertical_menubar.css,menubar,hack
vertical_popup_menubar.css,menubar,menu,toolbars,popup vertical_popup_menubar.css,menubar,menu,toolbars,popup
window_control_fallback_for_custom_windows_theme.css,window-control,buttons,colors,patch 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 auto_devtools_theme_for_rdm.css,devtools,colors
122 vertical_popup_menubar.css,menubar,menu,toolbars,popup
123 window_control_fallback_for_custom_windows_theme.css,window-control,buttons,colors,patch
124 window_control_placeholder_support.css,window-control,patch
125 tab_separator_lines.css,tab,proton