Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Content/jQuery/jQueryPlugins/DataTables-1.7.6/extras/AutoFill/media/css/AutoFill.css @ 6286

Last change on this file since 6286 was 6286, checked in by dkahn, 13 years ago

#1198 Added jQuery plus plugins

File size: 493 bytes
Line 
1/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
2 * AutoFill styles
3 */
4
5div.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
14div.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
Note: See TracBrowser for help on using the repository browser.