Browse Source

fix buttons under android

fkaelberer 11 years ago
parent
commit
2d4c35cda7
  1. 2
      web/viewer.css

2
web/viewer.css

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

Loading…
Cancel
Save