cell.css 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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\/angular-ui-grid\/less\/cell\.less}line{font-family:\000033}}
  25. .ui-grid-cell {
  26. overflow: hidden;
  27. float: left;
  28. background-color: inherit;
  29. border-right: 1px solid;
  30. border-color: #d4d4d4;
  31. box-sizing: border-box;
  32. }
  33. @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\/cell\.less}line{font-family:\0000313}}
  34. .ui-grid-cell:last-child {
  35. border-right: 0;
  36. }
  37. @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\/cell\.less}line{font-family:\0000318}}
  38. .ui-grid-cell-contents {
  39. padding: 5px;
  40. -moz-box-sizing: border-box;
  41. -webkit-box-sizing: border-box;
  42. box-sizing: border-box;
  43. white-space: nowrap;
  44. -ms-text-overflow: ellipsis;
  45. -o-text-overflow: ellipsis;
  46. text-overflow: ellipsis;
  47. overflow: hidden;
  48. height: 100%;
  49. }
  50. @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\/cell\.less}line{font-family:\0000332}}
  51. .ui-grid-cell-contents-hidden {
  52. visibility: hidden;
  53. width: 0;
  54. height: 0;
  55. display: none;
  56. }
  57. @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\/cell\.less}line{font-family:\0000339}}
  58. .ui-grid-row .ui-grid-cell.ui-grid-row-header-cell {
  59. background-color: #f0f0ee;
  60. border-bottom: solid 1px #d4d4d4;
  61. }