forked from coveo/source.coveo.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommunity-unified-navigation-custom.css
44 lines (41 loc) · 1.49 KB
/
community-unified-navigation-custom.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
.bottomHeader #searchBox .magic-box .magic-box-input {
border-radius: 0px !important;
}
.bottomHeader #searchBox .magic-box .magic-box-input .magic-box-underlay, .bottomHeader #searchBox .magic-box .magic-box-input .magic-box .magic-box-input > input {
font-family: canada-type-gibson, sans-serif !important;
line-height: 48px;
height: 48px;
}
.bottomHeader #searchBox .magic-box .magic-box-suggestions {
font-family: canada-type-gibson, sans-serif !important;
font-size: 15px !important;
background-color: #F7F8F9;
}
.bottomHeader #searchBox .magic-box .magic-box-suggestions.magic-box-hasSuggestion {
border-color: #CFD9E0 !important;
position:relative;
top: 0;
left: 0;
}
.magic-box.magic-box-hasFocus .magic-box-suggestions.magic-box-hasSuggestion .coveo-magicbox-suggestions {
border: none !important;
}
.bottomHeader #searchBox .magic-box .magic-box-suggestions .coveo-highlight,
.bottomHeader #searchBox .magic-box .magic-box-suggestions .coveo-omnibox-hightlight {
font-weight: normal !important;
color: #242A31;
}
header .bottomHeader #searchBox .coveo-top-field-suggestion-header {
position: absolute;
color: #B5C4CF;
background-color: #F7F8F9;
text-transform: uppercase;
border-top: 1px solid #CFD9E0;
width: 100px;
height: 100%;
padding-top: 14px;
z-index: 1;
}
header .bottomHeader #searchBox .coveo-top-field-suggestion-header{
display:block !important;
}