Skip to content

Commit

Permalink
Restore Interlink support
Browse files Browse the repository at this point in the history
  • Loading branch information
fofajardo committed Sep 16, 2023
1 parent 108370c commit 1dd4e8b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/chrome/messenger/tabmail.css
Original file line number Diff line number Diff line change
Expand Up @@ -241,3 +241,12 @@ tabpanels {
.alltabs-item[busy] {
list-style-image: url("chrome://global/skin/icons/loading.png") !important;
}

/**
* Interlink special case: remove navigation toolbox border since tabs
* are on bottom. This won't affect other clients as the location of the
* mail toolbox is different (for now).
*/
#mail-toolbox + #navigation-toolbox {
border: none;
}
8 changes: 8 additions & 0 deletions src/install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@
<em:maxVersion>32.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<!-- Applications using Thunderbird GUID -->
<Description>
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>52.0.0a1</em:minVersion>
<em:maxVersion>52.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<!-- Ambassador -->
<Description>
Expand Down

0 comments on commit 1dd4e8b

Please sign in to comment.