Skip to content

Commit

Permalink
#178 Add type menu back to button but hide drop marker
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonBarnabe committed Apr 16, 2014
1 parent 5656003 commit 6d00671
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/overlay-fx4.xul
Expand Up @@ -69,11 +69,11 @@
</popupset>

<toolbarpalette id="BrowserToolbarPalette">
<toolbarbutton id="stylish-toolbar-button" label="&stylish;" popup="stylish-popup" tooltip="stylish-tooltip" onclick="stylishOverlay.handleStatusClick(event)" class="toolbarbutton-1"/>
<toolbarbutton id="stylish-toolbar-button" label="&stylish;" popup="stylish-popup" tooltip="stylish-tooltip" onclick="stylishOverlay.handleStatusClick(event)" class="toolbarbutton-1" type="menu"/>
</toolbarpalette>

<toolbarpalette id="MailToolbarPalette">
<toolbarbutton id="stylish-toolbar-button" label="&stylish;" popup="stylish-popup" tooltip="stylish-tooltip" onclick="stylishOverlay.handleStatusClick(event)" class="toolbarbutton-1"/>
<toolbarbutton id="stylish-toolbar-button" label="&stylish;" popup="stylish-popup" tooltip="stylish-tooltip" onclick="stylishOverlay.handleStatusClick(event)" class="toolbarbutton-1" type="menu"/>
</toolbarpalette>

<broadcasterset id="mainBroadcasterSet">
Expand Down
4 changes: 4 additions & 0 deletions skin/overlay.css
Expand Up @@ -22,3 +22,7 @@ toolbar[iconsize="small"] #stylish-toolbar-button:not([styles-applied~="site"])
#messengerWindow #stylish-find-styles, #messengerWindow #stylish-write-style-menu {
display: none;
}

#stylish-toolbar-button .toolbarbutton-menu-dropmarker {
display: none;
}

0 comments on commit 6d00671

Please sign in to comment.