Padding change and minor layout change
This commit is contained in:
@@ -213,7 +213,7 @@ let refresh_leads_list = setInterval(function () {
|
||||
}}
|
||||
class="btn btn-sm variant-soft-tertiary"
|
||||
>
|
||||
{@html (event_exhibit_tracking_obj?.priority ? '<span class="fas fa-star m-1"></span>' : '<span class="far fa-star m-1"></span>')}
|
||||
{@html (event_exhibit_tracking_obj?.priority ? '<span class="fas fa-star m-1"></span>' : '<span class="far fa-star"></span>')}
|
||||
</button>
|
||||
</Element_ae_crud>
|
||||
</td>
|
||||
@@ -388,12 +388,12 @@ let refresh_leads_list = setInterval(function () {
|
||||
|
||||
|
||||
<style lang="postcss">
|
||||
/* .test_dim {
|
||||
opacity: 0.5;
|
||||
table.table>thead>tr>th {
|
||||
padding: .1em;
|
||||
}
|
||||
table.table>tbody>tr>td {
|
||||
padding: .1em;
|
||||
}
|
||||
.test_dim:hover {
|
||||
opacity: 1;
|
||||
} */
|
||||
|
||||
/* Use the div.ae_quick_modal_container to block background clicks when using the section.ae_quick_popover. */
|
||||
div.ae_quick_modal_container {
|
||||
|
||||
Reference in New Issue
Block a user