mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
Fix crate filter select display
This commit is contained in:
parent
1cd72b7343
commit
b3c1b95662
@ -949,7 +949,7 @@ table,
|
||||
#crate-search {
|
||||
min-width: 115px;
|
||||
margin-top: 5px;
|
||||
padding-left: 0.3125em;
|
||||
padding-left: 0.15em;
|
||||
padding-right: 23px;
|
||||
border: 1px solid;
|
||||
border-radius: 4px;
|
||||
@ -958,8 +958,6 @@ table,
|
||||
-moz-appearance: none;
|
||||
-webkit-appearance: none;
|
||||
/* Removes default arrow from firefox */
|
||||
text-indent: 0.01px;
|
||||
text-overflow: "";
|
||||
background-repeat: no-repeat;
|
||||
background-color: transparent;
|
||||
background-size: 20px;
|
||||
|
Loading…
Reference in New Issue
Block a user