123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- /* 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\/bootstrap\/less\/mixins\/clearfix\.less}line{font-family:\0000314}}
- #ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:before,
- #ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:after,
- #ui-grid-twbs #ui-grid-twbs .btn-toolbar:before,
- #ui-grid-twbs #ui-grid-twbs .btn-toolbar:after,
- #ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:before,
- #ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:after {
- content: " ";
- display: table;
- }
- @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}}
- #ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:after,
- #ui-grid-twbs #ui-grid-twbs .btn-toolbar:after,
- #ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:after {
- clear: both;
- }
- @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}}
- .ui-grid-cell-focus {
- outline: 0;
- background-color: #b3c4c7;
- }
- @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}}
- .ui-grid-focuser {
- position: absolute;
- left: 0px;
- top: 0px;
- z-index: -1;
- width: 100%;
- height: 100%;
- }
- @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}}
- .ui-grid-focuser:focus {
- border-color: #66afe9;
- outline: 0;
- -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
- box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
- }
- @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}}
- .ui-grid-offscreen {
- display: block;
- position: absolute;
- left: -10000px;
- top: -10000px;
- clip: rect(0px, 0px, 0px, 0px);
- }
|