We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 06a6674 + da472a5 commit e354f0cCopy full SHA for e354f0c
src/librustdoc/html/static/css/rustdoc.css
@@ -892,6 +892,10 @@ h2.small-section-header > .anchor {
892
top: 10px;
893
}
894
.search-input {
895
+ /* Override Normalize.css: it has a rule that sets
896
+ -webkit-appearance: textfield for search inputs. That
897
+ causes rounded corners and no border on iOS Safari. */
898
+ -webkit-appearance: none;
899
/* Override Normalize.css: we have margins and do
900
not want to overflow - the `moz` attribute is necessary
901
until Firefox 29, too early to drop at this point */
0 commit comments