mirror of
https://github.com/kremalicious/krtmn.git
synced 2024-12-22 17:23:33 +01:00
30 lines
523 B
CSS
30 lines
523 B
CSS
|
|
body.desktop td.actions input,
|
|
body.desktop td.actions a {
|
|
visibility: visible;
|
|
|
|
}
|
|
|
|
tr.plugin .actions {
|
|
text-align: center;
|
|
}
|
|
|
|
tr.plugin .actions a {
|
|
border: 1px solid #b4bfc4;
|
|
text-transform: uppercase;
|
|
padding: .25rem .5rem;
|
|
font-size: .7rem;
|
|
border-radius: .25rem;
|
|
}
|
|
|
|
tr.plugin.active td,
|
|
#main_table tbody tr.plugin.active td,
|
|
table.tblSorter tbody tr.plugin.active td {
|
|
background: rgba(72, 168, 114, .1);
|
|
border-color: #57bbae;
|
|
}
|
|
|
|
tr.plugin.active a {
|
|
font-weight: normal;
|
|
}
|