Skip to content

Commit

Permalink
Preserve add-on bar close button in text mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Lootyhoof committed Apr 21, 2018
1 parent 6736084 commit ddf8c06
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/chrome/browser/browser.css
Original file line number Diff line number Diff line change
Expand Up @@ -2197,6 +2197,16 @@ toolbarbutton.bookmark-item[dragover="true"][open="true"] {
filter: invert(100%);
}

toolbar[mode="text"] #addonbar-closebutton {
padding: 0 0 0 5px;
margin-left: 0px;
margin-right: -5px;
}

toolbar[mode="text"] #addonbar-closebutton > .toolbarbutton-icon {
display: -moz-box;
}

.statuspanel-label {
margin: 0;
padding: 2px 4px;
Expand Down

0 comments on commit ddf8c06

Please sign in to comment.