This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree 3 files changed +21
-3
lines changed
src/librustdoc/html/static/css/themes
3 files changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,13 @@ details.rustdoc-toggle > summary::before {
184
184
185
185
# crate-search , .search-input {
186
186
background-color : # 141920 ;
187
- /* Without the `!important`, the border-color is ignored for `<select>`... */
187
+ border-color : # 424c57 ;
188
+ }
189
+
190
+ # crate-search {
191
+ /* Without the `!important`, the border-color is ignored for `<select>`...
192
+ It cannot be in the group above because `.search-input` has a different border color on
193
+ hover. */
188
194
border-color : # 424c57 !important ;
189
195
}
190
196
Original file line number Diff line number Diff line change @@ -159,7 +159,13 @@ details.rustdoc-toggle > summary::before {
159
159
# crate-search , .search-input {
160
160
color : # 111 ;
161
161
background-color : # f0f0f0 ;
162
- /* Without the `!important`, the border-color is ignored for `<select>`... */
162
+ border-color : # f0f0f0 ;
163
+ }
164
+
165
+ # crate-search {
166
+ /* Without the `!important`, the border-color is ignored for `<select>`...
167
+ It cannot be in the group above because `.search-input` has a different border color on
168
+ hover. */
163
169
border-color : # f0f0f0 !important ;
164
170
}
165
171
Original file line number Diff line number Diff line change @@ -146,7 +146,13 @@ details.rustdoc-toggle > summary::before {
146
146
147
147
# crate-search , .search-input {
148
148
background-color : white;
149
- /* Without the `!important`, the border-color is ignored for `<select>`... */
149
+ border-color : # e0e0e0 ;
150
+ }
151
+
152
+ # crate-search {
153
+ /* Without the `!important`, the border-color is ignored for `<select>`...
154
+ It cannot be in the group above because `.search-input` has a different border color on
155
+ hover. */
150
156
border-color : # e0e0e0 !important ;
151
157
}
152
158
You can’t perform that action at this time.
0 commit comments