12345678910111213141516171819202122232425262728293031323334353637 |
- /* This file contains variable declarations (do not remove this line) */
- /*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
- /**
- * @section Grid styles
- */
- /**
- * @section Header styles
- */
- /** @description Colors for header gradient */
- /**
- * @section Grid body styles
- */
- /** @description Colors used for row alternation */
- /**
- * @section Sort arrow colors
- */
- /**
- * @section Scrollbar styles
- */
- /**
- * @section font library path
- */
- /*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
- @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\/expandable\/less\/expandable\.less}line{font-family:\000036}}
- .expandableRow .ui-grid-row:nth-child(odd) .ui-grid-cell {
- background-color: #fdfdfd;
- }
- @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\/expandable\/less\/expandable\.less}line{font-family:\0000310}}
- .expandableRow .ui-grid-row:nth-child(even) .ui-grid-cell {
- background-color: #f3f3f3;
- }
- @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\/expandable\/less\/expandable\.less}line{font-family:\0000319}}
- .scrollFiller {
- float: left;
- border: 1px solid #d4d4d4;
- }
|