aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/src/app/header/search-typeahead.component.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/header/search-typeahead.component.scss b/client/src/app/header/search-typeahead.component.scss
index e4c9c602c..299efba2c 100644
--- a/client/src/app/header/search-typeahead.component.scss
+++ b/client/src/app/header/search-typeahead.component.scss
@@ -74,6 +74,8 @@ li.suggestion {
74} 74}
75 75
76#typeahead-container { 76#typeahead-container {
77 font-size: 14px;
78
77 input { 79 input {
78 border: 1px solid pvar(--mainBackgroundColor) !important; 80 border: 1px solid pvar(--mainBackgroundColor) !important;
79 box-shadow: rgba(0, 0, 0, 0.1) 0 1px 20px 0; 81 box-shadow: rgba(0, 0, 0, 0.1) 0 1px 20px 0;