File tree 3 files changed +4
-4
lines changed
src/librustdoc/html/static/themes
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -248,8 +248,8 @@ details.undocumented > summary::before {
248
248
box-shadow : 0 0 0 1px # 148099, 0 0 0 2px transparent;
249
249
}
250
250
251
- .search-focus : disabled {
252
- color : # 929292 ;
251
+ .search-input : disabled {
252
+ background- color: # 3e3e3e ;
253
253
}
254
254
255
255
.module-item .stab ,
Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ details.undocumented > summary::before {
209
209
border-color : # 008dfd ;
210
210
}
211
211
212
- .search-focus : disabled {
212
+ .search-input : disabled {
213
213
background-color : # c5c4c4 ;
214
214
}
215
215
Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ details.undocumented > summary::before {
207
207
border-color : # 66afe9 ;
208
208
}
209
209
210
- .search-focus : disabled {
210
+ .search-input : disabled {
211
211
background-color : # e6e6e6 ;
212
212
}
213
213
You can’t perform that action at this time.
0 commit comments