forked from pterhx/tabbr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpopup.css
83 lines (72 loc) · 1.03 KB
/
popup.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
body {
width: 800px;
background-color: #2ba6cb;
}
.indx {
color: #444;
position: absolute;
right: 25px;
margin-top: 3px;
}
#main-container {
height: 100%;
}
#logo {
padding-left: 20px;
}
#logo h3 {
color: white;
font-weight: 300px;
text-decoration: italic;
}
#tab-select {
padding-top: 10px;
background: white;
}
#preview {
padding-top: 5px;
padding-bottom: 10px;
}
#preview h2 {
font-weight: 300;
text-align: center;
font-size: 23px;
color: white;
}
.twitter-typeahead {
width: 100%;
}
.tt-suggestion div {
font-size: 13px;
margin-bottom: 0px;
overflow: hidden;
}
.tt-suggestion img {
margin-right: 2px;
}
.tt-suggestion {
padding: 5px;
margin-bottom: 5px;
padding-right: 35px;
height: 29px;
}
.tt-dropdown-menu {
width: 100%;
}
.selected .indx {
color: white;
}
.selected {
color: white;
background-color: #F47F24;
}
.preview {
position: absolute;
left: -500px;
}
.tt-suggestions p {
font-size: 14px;
margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}