mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-04-19 12:00:50 -07:00
Fix: Tab Bar - Border as transparent
This commit is contained in:
parent
7694e39448
commit
4fd4170261
2 changed files with 2 additions and 2 deletions
|
|
@ -5028,7 +5028,7 @@
|
|||
}
|
||||
#nav-bar {
|
||||
border-inline-style: solid !important;
|
||||
border-inline-color: var(--toolbar-bgcolor);
|
||||
border-inline-color: transparent;
|
||||
}
|
||||
@supports not -moz-bool-pref("userChrome.tabbar.one_liner") {
|
||||
#nav-bar {
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@
|
|||
|
||||
#nav-bar {
|
||||
border-inline-style: solid !important;
|
||||
border-inline-color: var(--toolbar-bgcolor);
|
||||
border-inline-color: transparent;
|
||||
|
||||
@include _oneLiner_navBar_borderPadding {
|
||||
border-inline-start-width: var(--uc-window-drag-space-pre);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue