Merge pull request #4808 from fkaelberer/fixAndroidButtons

Fix strange looking buttons in mobile Firefox
This commit is contained in:
Yury Delendik 2014-05-19 11:56:57 -05:00
commit 09b24d5231

View File

@ -546,7 +546,7 @@ html[dir='rtl'] .splitToolbarButton > .toolbarButton {
.secondaryToolbarButton, .secondaryToolbarButton,
.overlayButton { .overlayButton {
border: 0 none; border: 0 none;
background-color: rgba(0, 0, 0, 0); background: none;
width: 32px; width: 32px;
height: 25px; height: 25px;
} }