diff --git a/chrome/tabbar/tabbar.css b/chrome/tabbar/tabbar.css index 2d4b8ba7..4dd9e24d 100755 --- a/chrome/tabbar/tabbar.css +++ b/chrome/tabbar/tabbar.css @@ -3,6 +3,9 @@ width: 0 !important; } +// Prevent pinned tabs from clipping into the URL bar +#TabsToolbar { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important; } + @media (-moz-mac-yosemite-theme) { #TabsToolbar diff --git a/chrome/urlbar/urlbar.css b/chrome/urlbar/urlbar.css index c5ce071a..ab0af531 100755 --- a/chrome/urlbar/urlbar.css +++ b/chrome/urlbar/urlbar.css @@ -456,13 +456,21 @@ padding: 4px 8px !important; margin: 0 !important; border: 0 !important; - border-radius: 99px !important; +/* border-radius: 99px !important;*/ fill-opacity: 1 !important; transition: background-color .2s var(--ease-basic) !important; background: 0 !important; background-color: transparent !important; } +#identity-box { + border-radius: 99px 0 0 99px !important; +} + +#star-button { + border-radius: 0 99px 99px 0 !important; +} + #tracking-protection-icon-container { background: 0 !important;