]> git.mxchange.org Git - friendica.git/blob - view/js/friendica-tagsinput/friendica-tagsinput-typeahead.css
Merge pull request #9408 from annando/announce
[friendica.git] / view / js / friendica-tagsinput / friendica-tagsinput-typeahead.css
1 /*
2  * friendica-tagsinput v0.8.0
3  * 
4  */
5
6 .twitter-typeahead .tt-query,
7 .twitter-typeahead .tt-hint {
8     margin-bottom: 0;
9 }
10
11 .twitter-typeahead .tt-hint
12 {
13     display: none;
14 }
15
16 .tt-menu {
17     position: absolute;
18     top: 100%;
19     left: 0;
20     z-index: 1000;
21     display: none;
22     float: left;
23     min-width: 160px;
24     padding: 5px 0;
25     margin: 2px 0 0;
26     list-style: none;
27     font-size: 14px;
28     background-color: #ffffff;
29     border: 1px solid #cccccc;
30     border: 1px solid rgba(0, 0, 0, 0.15);
31     border-radius: 4px;
32     -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
33     box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
34     background-clip: padding-box;
35     cursor: pointer;
36 }
37
38 .tt-suggestion {
39     display: block;
40     padding: 3px 20px;
41     clear: both;
42     font-weight: normal;
43     line-height: 1.428571429;
44     color: #333333;
45     white-space: nowrap;
46 }
47
48 .tt-suggestion:hover,
49 .tt-suggestion:focus {
50     color: #ffffff;
51     text-decoration: none;
52     outline: 0;
53     background-color: #428bca;
54 }