-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontent.css
102 lines (89 loc) · 1.76 KB
/
content.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
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
input:focus {outline: none; }
.inject-btn {
position: fixed;
margin-top: -30;
right: 10px;
background-color: white;
border: 1px solid rgba(0,0,0,0.05); border-radius: 5px; padding: 5px 6px 5px 5px;
box-shadow: 0px 0px 1px 0.00px rgba(0, 0, 0, 0.26);
-webkit-box-shadow: 0px 0px 1px 0.00px rgba(0, 0, 0, 0.26);
-moz-box-shadow: 0px 0px 1px 0.00px rgba(0, 0, 0, 0.26);
-webkit-transition: all .2s;
overflow: hidden;
}
.inject-btn:hover{
cursor: pointer;
}
.inject-form{
margin-bottom: 30px;
padding-left: 15px;
width: 192px;
margin-top: 4px;
border: 0px;
background-color: #f2f2f2;
position: relative;
top: -27px;
left: 32px;
border-radius: 0;
padding: 4px;
}
.formwrap{
position: absolute;
}
.showForm {
left: 700px;
}
.ui-autocomplete {
margin-top: 30px;
background: #fff;
border-radius: 5px;
padding: 0;
border: solid 1px #ddd;
font-size: 13px;
color: #aaa;
width: 190px !important;
position: absolute !important;
/* top: 110px !important; */
right: 90px !important;
}
.ui-autocomplete::before{
content: "";
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #ddd;
position: absolute;
top: -10px;
left: 75px;
}
.ui-autocomplete::after{
content: "";
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #fff;
position: absolute;
top: -8px;
left: 75px;
}
.ui-menu-item {
list-style: none;
padding: 7px 15px;
cursor: pointer;
}
.ui-menu-item:hover {
background: #f3f3f3;
}
.ui-menu-item:hover{
color: #000;
}
.ui-helper-hidden-accessible{
display: none;
}
.helper{
vertical-align: middle;
height: 100%;
display: inline-block;
}