scratch – Blame information for rev 125

Subversion Repositories:
Rev:
Rev Author Line No. Line
125 office 1 .twitter-typeahead .tt-query,
2 .twitter-typeahead .tt-hint {
3 margin-bottom: 0;
4 }
5  
6 .twitter-typeahead .tt-hint
7 {
8 display: none;
9 }
10  
11 .tt-menu {
12 position: absolute;
13 top: 100%;
14 left: 0;
15 z-index: 1000;
16 display: none;
17 float: left;
18 min-width: 160px;
19 padding: 5px 0;
20 margin: 2px 0 0;
21 list-style: none;
22 font-size: 14px;
23 background-color: #ffffff;
24 border: 1px solid #cccccc;
25 border: 1px solid rgba(0, 0, 0, 0.15);
26 border-radius: 4px;
27 -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
28 box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
29 background-clip: padding-box;
30 cursor: pointer;
31 }
32  
33 .tt-suggestion {
34 display: block;
35 padding: 3px 20px;
36 clear: both;
37 font-weight: normal;
38 line-height: 1.428571429;
39 color: #333333;
40 white-space: nowrap;
41 }
42  
43 .tt-suggestion:hover,
44 .tt-suggestion:focus {
45 color: #ffffff;
46 text-decoration: none;
47 outline: 0;
48 background-color: #428bca;
49 }