securis/src/main/webapp/assets/securis.css
.. .. @@ -25,11 +25,6 @@ 25 25 font-size: 0.8em; 26 26 } 27 27 28 -.td-data-table-row > .td-data-table-cell:first-child,29 -.td-data-table-row > .td-data-table-column:first-child {30 - max-width: 30px !important;31 -}32 -33 28 md-dialog-actions > .mat-button { 34 29 margin-left: 5px !important; 35 30 margin-right: 5px !important; .. .. @@ -41,4 +36,12 @@ 41 36 42 37 input:read-only { 43 38 color: rgba(0, 0, 0, 0.50) !important; 39 +}40 +41 +.expired {42 + color: darkred;43 +}44 +45 +td-paging-bar[hidden] {46 + display: none !important;44 47 }