Fix display of search crate filter select
This commit is contained in:
parent
5601044903
commit
0f8b3f4cae
@ -897,7 +897,7 @@ table,
|
||||
margin-left: 0.25em;
|
||||
padding-left: 0.3125em;
|
||||
padding-right: 23px;
|
||||
border: 0;
|
||||
border: 1px solid;
|
||||
border-radius: 4px;
|
||||
outline: none;
|
||||
cursor: pointer;
|
||||
@ -2010,7 +2010,6 @@ details.rustdoc-toggle[open] > summary.hideme::after {
|
||||
|
||||
#crate-search {
|
||||
border-radius: 4px;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.docblock {
|
||||
|
@ -236,8 +236,8 @@ details.undocumented > summary::before {
|
||||
|
||||
#crate-search, .search-input {
|
||||
background-color: #141920;
|
||||
border-color: #424c57;
|
||||
color: #c5c5c5;
|
||||
/* Without the `!important`, the border-color is ignored for `<select>`... */
|
||||
border-color: #424c57 !important;
|
||||
}
|
||||
|
||||
.search-input {
|
||||
|
@ -217,7 +217,8 @@ details.undocumented > summary::before {
|
||||
#crate-search, .search-input {
|
||||
color: #111;
|
||||
background-color: #f0f0f0;
|
||||
border-color: #000;
|
||||
/* Without the `!important`, the border-color is ignored for `<select>`... */
|
||||
border-color: #f0f0f0 !important;
|
||||
}
|
||||
|
||||
.search-input {
|
||||
|
@ -209,9 +209,9 @@ details.undocumented > summary::before {
|
||||
}
|
||||
|
||||
#crate-search, .search-input {
|
||||
color: #555;
|
||||
background-color: white;
|
||||
border-color: #e0e0e0;
|
||||
/* Without the `!important`, the border-color is ignored for `<select>`... */
|
||||
border-color: #e0e0e0 !important;
|
||||
}
|
||||
|
||||
.search-input:focus {
|
||||
|
Loading…
x
Reference in New Issue
Block a user