rustdoc: fix weird toggle-all-docs style in iOS
This commit is contained in:
parent
ac732b62dd
commit
bdbc9772c6
1 changed files with 3 additions and 0 deletions
|
|
@ -305,6 +305,9 @@ button#toggle-all-docs {
|
|||
background: none;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
/* iOS button gradient: https://stackoverflow.com/q/5438567 */
|
||||
-webkit-appearance: none;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/* end tweaks for normalize.css 8 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue