We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efec545 commit da472a5Copy full SHA for da472a5
src/librustdoc/html/static/css/rustdoc.css
@@ -836,6 +836,10 @@ h2.small-section-header > .anchor {
836
top: 10px;
837
}
838
.search-input {
839
+ /* Override Normalize.css: it has a rule that sets
840
+ -webkit-appearance: textfield for search inputs. That
841
+ causes rounded corners and no border on iOS Safari. */
842
+ -webkit-appearance: none;
843
/* Override Normalize.css: we have margins and do
844
not want to overflow - the `moz` attribute is necessary
845
until Firefox 29, too early to drop at this point */
0 commit comments