<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 *  DATAGRID
 *
 *  Styling applied to all the datagrids across all the skins
 */

.dgridtable {
    margin: 0 0 1em 0;
}

.dgridtable .dgridtablePersonalPayment img {
    padding: 5px 0;
}

.table-hover &gt; tbody &gt; tr:hover &gt; td {
    background-color: #349aef;
    color: #FFF;
}
.table-hover &gt; tbody &gt; tr:hover a {
    background-color: transparent;
    color: #FFF;
}
</pre></body></html>