Hello,
You can use HTML macro with custom CSS to enlarge the button and remove other buttons:
<style> div.tableFilterCbStyle .tf-btn-container button.filter-reset { background: none !important; height: 36px; width: 32px; } div.tableFilterCbStyle .tf-btn-container button.filter-reset:after { content: "\f1a7"; font-size: 32px; margin-top: -16px; color: inherit; font-family: Atlassian Icons; font-weight: 400; -webkit-font-smoothing: antialiased; font-style: normal; left: 0; line-height: 1; position: absolute; text-indent: 0; speak: none; top: 50%; } div.tableFilterCbStyle button.disableLock, .tf-settings-wrapper { display: none; } </style>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.