Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions chrome/tabbar/tabbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 9 additions & 1 deletion chrome/urlbar/urlbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down