1234567891011121314151617181920212223242526272829303132333435 |
- /* 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\/move-columns\/less\/colMovable\.less}line{font-family:\000033}}
- .movingColumn {
- position: absolute;
- top: 0;
- border: 1px solid #d4d4d4;
- box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
- }
- @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\/move-columns\/less\/colMovable\.less}line{font-family:\000039}}
- .movingColumn .ui-grid-icon-angle-down {
- display: none;
- }
|