Files
alfresco-ng2-components/ng2-components/ng2-alfresco-datatable/src/components/datatable.component.css
2016-06-08 14:49:47 +01:00

42 lines
707 B
CSS

:host .full-width { width: 100%; }
:host .icon-cell {
font-size: 48px;
cursor: default;
}
:host .image-cell {
width: 48px;
height: 48px;
cursor: default;
}
:host .data-cell {
cursor: default;
}
:host .column-header {
cursor: pointer;
}
/* Utils */
:host .non-selectable {
user-select: none;
-webkit-user-select: none; /* Chrome/Safari/Opera */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE/Edge */
-webkit-touch-callout: none; /* iOS Safari */
}
:host .sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0,0,0,0);
border: 0;
}