Revision a891045c
Von Hans P. Schlaepfer vor fast 4 Jahren hinzugefügt
css/less/jquery.autocomplete.less | ||
---|---|---|
1 |
/* ------------------------------------------------------------- */ |
|
2 |
/* Jquery-Autocomplete (jquery.autocomplete.less) */ |
|
3 |
/* ------------------------------------------------------------- */ |
|
4 |
|
|
5 |
|
|
1 | 6 |
.ac_results { |
2 |
padding: 0px;
|
|
3 |
border: 1px solid black;
|
|
4 |
background-color: white;
|
|
5 |
overflow: hidden;
|
|
6 |
z-index: 99999;
|
|
7 |
padding: 0px;
|
|
8 |
border: 1px solid black;
|
|
9 |
background-color: white;
|
|
10 |
overflow: hidden;
|
|
11 |
z-index: 99999;
|
|
7 | 12 |
} |
8 | 13 |
|
9 | 14 |
.ac_results ul { |
10 |
width: 100%;
|
|
11 |
list-style-position: outside;
|
|
12 |
list-style: none;
|
|
13 |
padding: 0;
|
|
14 |
margin: 0;
|
|
15 |
width: 100%;
|
|
16 |
list-style-position: outside;
|
|
17 |
list-style: none;
|
|
18 |
padding: 0;
|
|
19 |
margin: 0;
|
|
15 | 20 |
} |
16 | 21 |
|
17 | 22 |
.ac_results li { |
18 |
margin: 0px;
|
|
19 |
padding: 2px 5px;
|
|
20 |
cursor: default;
|
|
21 |
display: block;
|
|
22 |
// if width will be 100% horizontal scrollbar will apear when scroll mode will be used
|
|
23 |
// width: 100%;
|
|
24 |
font: menu;
|
|
25 |
font-size: @font-size-base; /*hps: vorher 12px */
|
|
26 |
// it is very important, if line-height not setted or setted in relative units scroll will be broken in firefox
|
|
27 |
line-height: 16px;
|
|
28 |
overflow: hidden;
|
|
23 |
margin: 0px;
|
|
24 |
padding: 2px 5px;
|
|
25 |
cursor: default;
|
|
26 |
display: block;
|
|
27 |
// if width will be 100% horizontal scrollbar will apear when scroll mode will be used
|
|
28 |
// width: 100%;
|
|
29 |
font: menu;
|
|
30 |
font-size: @font-size-base; /*hps: vorher 12px */
|
|
31 |
// it is very important, if line-height not setted or setted in relative units scroll will be broken in firefox
|
|
32 |
line-height: 16px;
|
|
33 |
overflow: hidden;
|
|
29 | 34 |
} |
30 | 35 |
|
31 | 36 |
.ac_loading { |
32 | 37 |
// PENDENT: Datei nicht gefunden, auch nicht auf jquery-ui.com |
33 |
//background: white url('indicator.gif') right center no-repeat;
|
|
38 |
//background: white url('indicator.gif') right center no-repeat;
|
|
34 | 39 |
} |
35 | 40 |
|
36 | 41 |
.ac_odd { |
37 |
background-color: #eee;
|
|
42 |
background-color: #eee;
|
|
38 | 43 |
} |
39 | 44 |
|
40 | 45 |
.ac_over { |
41 |
background-color: #0A246A;
|
|
42 |
color: white;
|
|
46 |
background-color: #0A246A;
|
|
47 |
color: white;
|
|
43 | 48 |
} |
44 | 49 |
|
45 | 50 |
|
46 |
// |
|
47 |
// Chart-Picker |
|
48 |
// Entnommen aus main.less, gehoert aber zu Autocomplete |
|
49 |
// |
|
50 | 51 |
|
51 |
|
|
52 |
.chart_picker, |
|
53 |
.part_picker { |
|
54 |
display: inline-block; |
|
55 |
} |
|
56 |
.chart_picker:before, |
|
57 |
.part_picker:before { |
|
58 |
display: inline-block; |
|
59 |
vertical-align: middle; |
|
60 |
height: 100%; |
|
61 |
} |
|
62 |
.customer-vendor-picker-undefined, |
|
63 |
.chartpicker-undefined, |
|
64 |
.projectpicker-undefined, |
|
65 |
.partpicker-undefined { |
|
66 |
color: red; |
|
67 |
font-style: italic; |
|
68 |
} |
|
69 |
|
|
70 |
div.part_picker_part, |
|
71 |
div.chart_picker_chart { |
|
72 |
padding: 5px; |
|
73 |
margin: 5px; |
|
74 |
border: 1px; |
|
75 |
border-color: darkgray; |
|
76 |
border-style: solid; |
|
77 |
-webkit-border-radius: 4px; |
|
78 |
-moz-border-radius: 4px; |
|
79 |
border-radius: 4px; |
|
80 |
background-color: white; |
|
81 |
cursor: pointer; |
|
82 |
} |
|
83 |
div.part_picker_part:hover, |
|
84 |
div.chart_picker_chart:hover { |
|
85 |
color: #000; |
|
86 |
text-decoration: underline; |
|
87 |
} |
Auch abrufbar als: Unified diff
css/less -> Geaenderte & Neue Less-Dateien