Project

General

Profile

1
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
2
 * AutoFill styles
3
 */
4

    
5
div.AutoFill_filler {
6
	display: none;
7
	position: absolute;
8
	height: 14px;
9
	width: 14px;
10
	background: url(../images/filler.png) no-repeat center center;
11
	z-index: 1002;
12
}
13

    
14
div.AutoFill_border {
15
	display: none;
16
	position: absolute;
17
	background-color: #0063dc;
18
	z-index: 1001;
19
	
20
	box-shadow: 0px 0px 5px #76b4ff;
21
	-moz-box-shadow: 0px 0px 5px #76b4ff;
22
	-webkit-box-shadow: 0px 0px 5px #76b4ff;
23
}
24

    
(1-1/2)