File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/librustdoc/html/static/themes Expand file tree Collapse file tree 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 {
248248 box-shadow : 0 0 0 1px # 148099, 0 0 0 2px transparent;
249249}
250250
251- .search-focus : disabled {
252- color : # 929292 ;
251+ .search-input : disabled {
252+ background- color: # 3e3e3e ;
253253}
254254
255255.module-item .stab ,
Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ details.undocumented > summary::before {
209209 border-color : # 008dfd ;
210210}
211211
212- .search-focus : disabled {
212+ .search-input : disabled {
213213 background-color : # c5c4c4 ;
214214}
215215
Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ details.undocumented > summary::before {
207207 border-color : # 66afe9 ;
208208}
209209
210- .search-focus : disabled {
210+ .search-input : disabled {
211211 background-color : # e6e6e6 ;
212212}
213213
You can’t perform that action at this time.
0 commit comments