Skip to content
This repository has been archived by the owner on Oct 28, 2019. It is now read-only.

Commit

Permalink
Merge pull request #307 from synapsos/master
Browse files Browse the repository at this point in the history
Fix badged icon width in palette
  • Loading branch information
seleznev committed Jan 18, 2015
2 parents 80ba390 + a8bd17a commit 5272ab2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theme/shared/browser/browser.css
Original file line number Diff line number Diff line change
Expand Up @@ -624,8 +624,8 @@ menuitem:not([type]):not(.menuitem-tooltip):not(.menuitem-iconic-tooltip) {

/* ... */

toolbarbutton.badged-button > .toolbarbutton-badge-container > .toolbarbutton-icon,
toolbarbutton[type="socialmark"] > .toolbarbutton-icon {
toolbarbutton.badged-button[cui-areatype="toolbar"] > .toolbarbutton-badge-container > .toolbarbutton-icon,
toolbarbutton[type="socialmark"][cui-areatype="toolbar"] > .toolbarbutton-icon {
max-width: 16px !important;
}

Expand Down

0 comments on commit 5272ab2

Please sign in to comment.