}
@include small-screen-only {
+ .pageHeaderContainer {
+ // touch browser allow to scroll past the page top before they bounce back,
+ // but in that case the original background color is visible
+ background-color: transparent;
+ }
+
.pageHeader > div > div {
padding-bottom: 10px;
padding-top: 10px;
.button,
a.button { // a.button is required to override link formatting, such as drop-down buttons
background-color: $wcfButtonBackground;
+ border-radius: 0;
border-width: 0;
color: $wcfButtonText;
cursor: pointer;
@include wcfFontDefault;
@include wcfLineHeight;
+ // removes UA styling enforced by Safari on iOS
+ -webkit-appearance: none;
+
.icon {
color: inherit;
}