Browse Source

Merge pull request #4808 from fkaelberer/fixAndroidButtons

Fix strange looking buttons in mobile Firefox
Yury Delendik 11 years ago
parent
commit
09b24d5231
  1. 2
      web/viewer.css

2
web/viewer.css

@ -546,7 +546,7 @@ html[dir='rtl'] .splitToolbarButton > .toolbarButton { @@ -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;
}

Loading…
Cancel
Save