Index: ui/file_manager/file_manager/foreground/css/file_manager.css |
diff --git a/ui/file_manager/file_manager/foreground/css/file_manager.css b/ui/file_manager/file_manager/foreground/css/file_manager.css |
index dc999f30502c2e35e7e4c0ae57477849c8cbd517..3c42eb0cd706f54558e48861aab54146136cf8a7 100644 |
--- a/ui/file_manager/file_manager/foreground/css/file_manager.css |
+++ b/ui/file_manager/file_manager/foreground/css/file_manager.css |
@@ -1790,7 +1790,7 @@ list.autocomplete-suggestions { |
flex: none; |
margin-top: 10px; |
overflow: hidden; |
- padding: 0; |
+ padding: 8px 0; |
position: fixed; |
width: 260px !important; /* This overrides the value specified by script. */ |
z-index: 550; |
@@ -1799,17 +1799,17 @@ list.autocomplete-suggestions { |
list.autocomplete-suggestions > li { |
align-items: center; |
display: flex; |
- height: 40px; |
+ height: 32px; |
} |
list.autocomplete-suggestions > li > div.detail-icon { |
- margin: 0 3px; |
+ height: 32px; |
+ width: 32px; |
flex: none; |
} |
list.autocomplete-suggestions > li > div.detail-text { |
flex: auto; |
- margin: 0 4px; |
overflow-x: hidden; |
text-overflow: ellipsis; |
} |
@@ -1827,7 +1827,7 @@ list.autocomplete-suggestions > li > div[search-icon] { |
list.autocomplete-suggestions > [selected], |
list.autocomplete-suggestions > [lead] { |
- background-color: rgb(222, 243, 254); |
+ background-color: rgba(0, 0, 0, 0.08); |
} |
#gear-menu { |