cellNav.css 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. /* This file contains variable declarations (do not remove this line) */
  2. /*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
  3. /**
  4. * @section Grid styles
  5. */
  6. /**
  7. * @section Header styles
  8. */
  9. /** @description Colors for header gradient */
  10. /**
  11. * @section Grid body styles
  12. */
  13. /** @description Colors used for row alternation */
  14. /**
  15. * @section Sort arrow colors
  16. */
  17. /**
  18. * @section Scrollbar styles
  19. */
  20. /**
  21. * @section font library path
  22. */
  23. /*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
  24. @media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Macintosh HD\/Workspace\/git\/itsm_v2_\/itsm_front\/itsm-web\/web\/bower_components\/bootstrap\/less\/mixins\/clearfix\.less}line{font-family:\0000314}}
  25. #ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:before,
  26. #ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:after,
  27. #ui-grid-twbs #ui-grid-twbs .btn-toolbar:before,
  28. #ui-grid-twbs #ui-grid-twbs .btn-toolbar:after,
  29. #ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:before,
  30. #ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:after {
  31. content: " ";
  32. display: table;
  33. }
  34. @media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Macintosh HD\/Workspace\/git\/itsm_v2_\/itsm_front\/itsm-web\/web\/bower_components\/bootstrap\/less\/mixins\/clearfix\.less}line{font-family:\0000319}}
  35. #ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:after,
  36. #ui-grid-twbs #ui-grid-twbs .btn-toolbar:after,
  37. #ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:after {
  38. clear: both;
  39. }
  40. @media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Macintosh HD\/Workspace\/git\/itsm_v2_\/itsm_front\/itsm-web\/web\/bower_components\/angular-ui-grid\/less\/cellnav\/less\/cellNav\.less}line{font-family:\000039}}
  41. .ui-grid-cell-focus {
  42. outline: 0;
  43. background-color: #b3c4c7;
  44. }
  45. @media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Macintosh HD\/Workspace\/git\/itsm_v2_\/itsm_front\/itsm-web\/web\/bower_components\/angular-ui-grid\/less\/cellnav\/less\/cellNav\.less}line{font-family:\0000314}}
  46. .ui-grid-focuser {
  47. position: absolute;
  48. left: 0px;
  49. top: 0px;
  50. z-index: -1;
  51. width: 100%;
  52. height: 100%;
  53. }
  54. @media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Macintosh HD\/Workspace\/git\/itsm_v2_\/itsm_front\/itsm-web\/web\/bower_components\/bootstrap\/less\/mixins\/forms\.less}line{font-family:\0000357}}
  55. .ui-grid-focuser:focus {
  56. border-color: #66afe9;
  57. outline: 0;
  58. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  59. box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  60. }
  61. @media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Macintosh HD\/Workspace\/git\/itsm_v2_\/itsm_front\/itsm-web\/web\/bower_components\/angular-ui-grid\/less\/cellnav\/less\/cellNav\.less}line{font-family:\0000324}}
  62. .ui-grid-offscreen {
  63. display: block;
  64. position: absolute;
  65. left: -10000px;
  66. top: -10000px;
  67. clip: rect(0px, 0px, 0px, 0px);
  68. }