Skip to content

Commit

Permalink
Improve search input a11y for generated docs (#11604)
Browse files Browse the repository at this point in the history
  • Loading branch information
chances authored Jan 1, 2022
1 parent d0da80c commit 103b41c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/compiler/crystal/tools/doc/html/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,25 +84,25 @@ body {
}

.sidebar input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #C8C8C8;
color: #757575;
font-size: 14px;
text-indent: 2px;
}

.sidebar input::-moz-placeholder { /* Firefox 19+ */
color: #C8C8C8;
color: #757575;
font-size: 14px;
text-indent: 2px;
}

.sidebar input:-ms-input-placeholder { /* IE 10+ */
color: #C8C8C8;
color: #757575;
font-size: 14px;
text-indent: 2px;
}

.sidebar input:-moz-placeholder { /* Firefox 18- */
color: #C8C8C8;
color: #757575;
font-size: 14px;
text-indent: 2px;
}
Expand Down

0 comments on commit 103b41c

Please sign in to comment.