]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/html/static/themes/ayu.css
Fix invalid input:disabled CSS selector
[rust.git] / src / librustdoc / html / static / themes / ayu.css
index aafb7f6300ea476aee1b7bc098401e68cd75eb18..16f40ec14d5ea8bb88f34dec787e320991dff8e9 100644 (file)
@@ -224,7 +224,6 @@ a {
        color: #39AFD7;
 }
 
-.collapse-toggle,
 details.rustdoc-toggle > summary.hideme > span,
 details.rustdoc-toggle > summary::before,
 details.undocumented > summary::before {
@@ -249,8 +248,8 @@ details.undocumented > summary::before {
        box-shadow: 0 0 0 1px #148099,0 0 0 2px transparent;
 }
 
-.search-focus:disabled {
-       color: #929292;
+.search-input:disabled {
+       background-color: #3e3e3e;
 }
 
 .module-item .stab,
@@ -503,7 +502,7 @@ kbd {
        box-shadow-color: #c6cbd1;
 }
 
-#theme-picker, #settings-menu, .help-button, #copy-path {
+#theme-picker, #settings-menu, #help-button, #copy-path {
        border-color: #5c6773;
        background-color: #0f1419;
        color: #fff;
@@ -515,7 +514,7 @@ kbd {
 
 #theme-picker:hover, #theme-picker:focus,
 #settings-menu:hover, #settings-menu:focus,
-.help-button:hover, .help-button:focus,
+#help-button:hover, #help-button:focus,
 #copy-path:hover, #copy-path:focus {
        border-color: #e0e0e0;
 }