diff --git a/main/webapp/modules/core/scripts/dialogs/custom-tabular-exporter-dialog.html b/main/webapp/modules/core/scripts/dialogs/custom-tabular-exporter-dialog.html index 8f4bc004f..8c57c53e2 100644 --- a/main/webapp/modules/core/scripts/dialogs/custom-tabular-exporter-dialog.html +++ b/main/webapp/modules/core/scripts/dialogs/custom-tabular-exporter-dialog.html @@ -48,8 +48,8 @@
- - + + diff --git a/main/webapp/modules/core/styles/dialogs/custom-tabular-exporter-dialog.less b/main/webapp/modules/core/styles/dialogs/custom-tabular-exporter-dialog.less index de622a37c..5bf4cd074 100644 --- a/main/webapp/modules/core/styles/dialogs/custom-tabular-exporter-dialog.less +++ b/main/webapp/modules/core/styles/dialogs/custom-tabular-exporter-dialog.less @@ -45,6 +45,13 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .custom-tabular-exporter-columns { overflow: auto; } +.custom-tabular-exporter-selected-column { + font-weight: bold; + border: 1px solid @chrome_primary; + background: @chrome_primary; + padding: @padding_tighter; + .rounded_corners(); + } .custom-tabular-exporter-dialog-column { border: 1px solid @chrome_primary;
Select and Order Columns to ExportConfigure Options for Column ""Select and Order Columns to ExportOptions for