-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsninja.css
More file actions
83 lines (77 loc) · 1.81 KB
/
sninja.css
File metadata and controls
83 lines (77 loc) · 1.81 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
.sninja-search-container{
display: none;
z-index: 101;
height: 100px;
width: 400px;
position: fixed;
left: 30px;
top: 30px;
}
.sninja-search-container input{
font-family: 'Open Sans', sans-serif;
width: 100%;
font-size: 24px;
height:50px;
padding:10px;
border:none;
background: #082A3A;
color:#fff;
}
.sninja-search-container input:focus{
outline: none
}
span.twitter-typeahead .tt-dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
font-size: 14px;
text-align: left;
background-color: #082A3A;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
background-clip: padding-box;
}
span.twitter-typeahead .tt-suggestion > p {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
color: #ffffff;
white-space: nowrap;
}
span.twitter-typeahead .tt-suggestion > p:hover,
span.twitter-typeahead .tt-suggestion > p:focus {
color: #333;
text-decoration: none;
outline: 0;
background-color: #E9D038;
}
span.twitter-typeahead .tt-suggestion.tt-cursor {
color: #333;
background-color: #E9D038;
}
span.twitter-typeahead {
width: 100%;
}
.input-group span.twitter-typeahead {
display: block !important;
}
.input-group span.twitter-typeahead .tt-dropdown-menu {
top: 32px !important;
}
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
top: 44px !important;
}
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
top: 28px !important;
}