Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
Issue #41 : Fix overly tall toolbar on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
brianking committed Mar 19, 2012
1 parent 0d3a955 commit b9b9a20
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion chrome/content/toolbar.xul
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@
<toolbar id="facebook-toolbar" <toolbar id="facebook-toolbar"
class="chromeclass-toolbar-additional" class="chromeclass-toolbar-additional"
oldclass="chromeclass-toolbar" oldclass="chromeclass-toolbar"
mode="full"
iconsize="small" iconsize="small"
customizable="true" customizable="true"
context="toolbar-context-menu" context="toolbar-context-menu"
Expand Down
2 changes: 1 addition & 1 deletion chrome/skin/toolbar.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ textbox[focused="true"] #facebook-toolbar-status {
*/ */


#facebook-search { #facebook-search {
color: #808080 color: #808080;
} }


#facebook-search .textbox-input-box { #facebook-search .textbox-input-box {
Expand Down

0 comments on commit b9b9a20

Please sign in to comment.