We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cbd406 commit 5721338Copy full SHA for 5721338
src/librustdoc/html/static/themes/dark.css
@@ -177,6 +177,10 @@ a.test-arrow {
177
border-color: #008dfd;
178
}
179
180
+.search-focus:disabled {
181
+ background-color: #c5c4c4;
182
+}
183
+
184
#crate-search + .search-input:focus {
185
box-shadow: 0 0 8px 4px #078dd8;
186
src/librustdoc/html/static/themes/light.css
border-color: #66afe9;
+ background-color: #e6e6e6;
box-shadow: 0 0 8px #078dd8;
0 commit comments