HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/web/matomo.circ/plugins/Transitions/vue/src/TransitionExporter/TransitionExporterPopover.less
.transitions-export-popover {

  [name=format] {
    .form-group label.fieldRadioTitle {
      display: block;
    }

    p.radio {
      width: 50%;
      float: left;
      display: block;
    }
  }

  textarea {
    word-break: break-all;
    padding: 5px;
    height: 80px;
  }

  .toggle-export-url {
    font-size: 14px;
    margin-left: 20px;
  }

  .filter_limit {
    clear: both;
    float: none;

    .matomo-field {
      width: 50%;
      float: left;
    }
  }

  .showoptions > span {
    color: @color-blue-matomo;
    cursor: pointer;
    text-decoration: underline;
  }

  .tooltip {
    color: @color-silver;
    font-size: 13px;
    padding: 5px;
  }

  .tooltip > a {
    color: @color-blue-matomo;
    text-decoration: underline;
  }
}