File tree 4 files changed +7
-7
lines changed
src/librustdoc/html/static/css
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -897,7 +897,7 @@ table,
897
897
margin-left : 0.25em ;
898
898
padding-left : 0.3125em ;
899
899
padding-right : 23px ;
900
- border : 0 ;
900
+ border : 1 px solid ;
901
901
border-radius : 4px ;
902
902
outline : none;
903
903
cursor : pointer;
@@ -2010,7 +2010,6 @@ details.rustdoc-toggle[open] > summary.hideme::after {
2010
2010
2011
2011
# crate-search {
2012
2012
border-radius : 4px ;
2013
- border : 0 ;
2014
2013
}
2015
2014
2016
2015
.docblock {
Original file line number Diff line number Diff line change @@ -236,8 +236,8 @@ details.undocumented > summary::before {
236
236
237
237
# crate-search , .search-input {
238
238
background-color : # 141920 ;
239
- border-color : # 424c57 ;
240
- color : # c5c5c5 ;
239
+ /* Without the `!important`, the border-color is ignored for `<select>`... */
240
+ border- color: # 424c57 !important ;
241
241
}
242
242
243
243
.search-input {
Original file line number Diff line number Diff line change @@ -217,7 +217,8 @@ details.undocumented > summary::before {
217
217
# crate-search , .search-input {
218
218
color : # 111 ;
219
219
background-color : # f0f0f0 ;
220
- border-color : # 000 ;
220
+ /* Without the `!important`, the border-color is ignored for `<select>`... */
221
+ border-color : # f0f0f0 !important ;
221
222
}
222
223
223
224
.search-input {
Original file line number Diff line number Diff line change @@ -209,9 +209,9 @@ details.undocumented > summary::before {
209
209
}
210
210
211
211
# crate-search , .search-input {
212
- color : # 555 ;
213
212
background-color : white;
214
- border-color : # e0e0e0 ;
213
+ /* Without the `!important`, the border-color is ignored for `<select>`... */
214
+ border-color : # e0e0e0 !important ;
215
215
}
216
216
217
217
.search-input : focus {
You can’t perform that action at this time.
0 commit comments