cirandas.net

ref: master

public/stylesheets/vendor/inputosaurus.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
.inputosaurus-container .ui-autocomplete-input {
  background-color: #ffffff;
}

.inputosaurus-container {
	/*background-color: #fff;*/
	/*border: 1px solid #bcbec0;*/
	margin: 0;
	padding: 0;
	display: inline-block;
	cursor: text;
	/**font-size: 14px;**/
	/**font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;**/
	max-height: 300px;
	overflow: hidden;
	overflow-y: auto;
}
.inputosaurus-container li {
	display: block;
	float: left;
	overflow: hidden;
	margin: 2px 2px 0;
	padding: 2px 3px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	background-color: #e5eff7;
	border: #a9cae4 solid 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #5b9bcd;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.75) inset;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.75) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,0.75) inset;
	line-height: 20px;
	cursor: default;
}
.inputosaurus-container li.inputosaurus-selected { background-color: #bdd6eb; }
.inputosaurus-container li a {
	font-size: 16px;
	color: #5b9bcd;
	padding: 1px;
	text-decoration: none;
	outline: none;
}
.inputosaurus-container .inputosaurus-input {
	border: none;
	box-shadow: none;
}
.inputosaurus-container .inputosaurus-input input {
	border: none;
	height: 23px;
	font-size: 14px;
	line-height: 20px;
	color: #555;
	margin: 0;
	outline: none;
	padding: 0 0 1px 1px;
	width: 25px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
  background-image: none;
  text-indent: 0px;
}

.inputosaurus-container .inputosaurus-input input:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
  background-color: #f0f0f0;
}
.inputosaurus-input-hidden { display: none; }