Project

General

Profile

Revision cd6a7473

IDcd6a7473385b18dc9451f5763a1c30d4c9b3a9c1
Parent e88b83c0
Child c51f3905

Added by Francois POIROTTE over 13 years ago

Suppression des styles de l'auto-compléteur : ils sont déjà définis dans les thèmes et ne doivent pas être incorporés dans l'appli.

git-svn-id: https://vigilo-dev.si.c-s.fr/svn@5356 b22e2e97-25c9-44ff-b637-2e5ceca36478

View differences:

vigiboard/public/css/Autocompleter/Autocompleter.css
1
ul.autocompleter-choices
2
{
3
	position:				absolute;
4
	margin:					0;
5
	padding:				0;
6
	list-style:				none;
7
	border:					1px solid #7c7c7c;
8
	border-left-color:		#c3c3c3;
9
	border-right-color:		#c3c3c3;
10
	border-bottom-color:	#ddd;
11
	background-color:		#fff;
12
	text-align:				left;
13
	font-family:			Verdana, Geneva, Arial, Helvetica, sans-serif;
14
	z-index:				50;
15
	background-color:		#fff;
16
}
17

  
18
ul.autocompleter-choices li
19
{
20
	position:				relative;
21
	margin:					-2px 0 0 0;
22
	padding:				0.2em 1.5em 0.2em 1em;
23
	display:				block;
24
	float:					none !important; 
25
	cursor:					pointer;
26
	font-weight:			normal;
27
	white-space:			nowrap;
28
	font-size:				1em;
29
	line-height:			1.5em;
30
}
31

  
32
ul.autocompleter-choices li.autocompleter-selected
33
{
34
	background-color:		#444;
35
	color:					#fff;
36
}
37

  
38
ul.autocompleter-choices span.autocompleter-queried
39
{
40
	display:				inline;
41
	float:					none;
42
	font-weight:			bold;
43
	margin:					0;
44
	padding:				0;
45
}
46

  
47
ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried
48
{
49
	color:					#9FCFFF;
50
}

Also available in: Unified diff