File: dataTables.autoFill.scss

package info (click to toggle)
ruby-jquery-datatables-rails 3.4.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,292 kB
  • sloc: javascript: 16,004; ruby: 86; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 509 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * AutoFill styles
 */

div.AutoFill_filler {
	display: none;
	position: absolute;
	height: 14px;
	width: 14px;
	background: image-url('dataTables/extras/filler.png') no-repeat center center;
	z-index: 1002;
}

div.AutoFill_border {
	display: none;
	position: absolute;
	background-color: #0063dc;
	z-index: 1001;
	
	box-shadow: 0px 0px 5px #76b4ff;
	-moz-box-shadow: 0px 0px 5px #76b4ff;
	-webkit-box-shadow: 0px 0px 5px #76b4ff;
}