2017-10-18 18:30:39 +02:00
|
|
|
:host /deep/ .index-column,
|
|
|
|
:host /deep/ .index-column-header {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
:host /deep/ .data-table .data-table-row.selected {
|
|
|
|
background-color: #E4EDF9;
|
|
|
|
}
|
|
|
|
|
2017-10-23 15:09:50 +02:00
|
|
|
a.editGridColumn{
|
|
|
|
color: #333;
|
2017-11-01 10:56:35 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.invisible {
|
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.visible {
|
|
|
|
display:block;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr.hover:hover > * {
|
|
|
|
background-color: #eeeeee;
|
|
|
|
}
|
|
|
|
|
|
|
|
.editor-container{
|
|
|
|
padding-top: 10px;
|
|
|
|
padding-right: 10px;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
padding-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button-150px {
|
|
|
|
max-width: 150px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ng-template{
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.grayout-empty-table {
|
|
|
|
opacity: 0.6; /* Real browsers */
|
|
|
|
filter: alpha(opacity = 60); /* MSIE */
|
|
|
|
text-align: center;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btncustom{
|
|
|
|
background-color:#337ab7;
|
|
|
|
color:white;
|
|
|
|
margin-top:15px;
|
2017-10-18 18:30:39 +02:00
|
|
|
}
|