Skip to content

Commit

Permalink
Merge pull request #4808 from fkaelberer/fixAndroidButtons
Browse files Browse the repository at this point in the history
Fix strange looking buttons in mobile Firefox
  • Loading branch information
yurydelendik committed May 19, 2014
2 parents 5cd6483 + 2d4c35c commit 09b24d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/viewer.css
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ html[dir='rtl'] .splitToolbarButton > .toolbarButton {
.secondaryToolbarButton,
.overlayButton {
border: 0 none;
background-color: rgba(0, 0, 0, 0);
background: none;
width: 32px;
height: 25px;
}
Expand Down

0 comments on commit 09b24d5

Please sign in to comment.