We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3dbde2 + da472a5 commit f17ffb8Copy full SHA for f17ffb8
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