cellNav.less 541 B

12345678910111213141516171819202122232425262728293031
  1. @import '../../../less/variables';
  2. @import (reference) '../../../less/bootstrap/bootstrap';
  3. // .ui-grid-cell-contents:focus {
  4. // outline: 0;
  5. // background-color: @focusedCell;
  6. // }
  7. .ui-grid-cell-focus {
  8. outline: 0;
  9. background-color: @focusedCell;
  10. }
  11. .ui-grid-focuser {
  12. position: absolute;
  13. left: 0px;
  14. top: 0px;
  15. z-index: -1;
  16. width:100%;
  17. height:100%;
  18. #ui-grid-twbs > .form-control-focus();
  19. }
  20. .ui-grid-offscreen{
  21. display: block;
  22. position: absolute;
  23. left: -10000px;
  24. top: -10000px;
  25. clip:rect(0px,0px,0px,0px);
  26. }