dataTables.autoFill.css 493 B

123456789101112131415161718192021222324
  1. /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  2. * AutoFill styles
  3. */
  4. div.AutoFill_filler {
  5. display: none;
  6. position: absolute;
  7. height: 14px;
  8. width: 14px;
  9. background: url(../images/filler.png) no-repeat center center;
  10. z-index: 1002;
  11. }
  12. div.AutoFill_border {
  13. display: none;
  14. position: absolute;
  15. background-color: #0063dc;
  16. z-index: 1001;
  17. box-shadow: 0px 0px 5px #76b4ff;
  18. -moz-box-shadow: 0px 0px 5px #76b4ff;
  19. -webkit-box-shadow: 0px 0px 5px #76b4ff;
  20. }