• Button not adhering to CSS

    Hello, I've got a button with very simple CSS (below). Problem is, the button isn't adhering to the code: {$this field rule} input; input[type="button"]{ height: 50px; width: 50px; } input[type="button"]:disabled{ background: #dddddd; } On both…
  • Where are CSS minified?

    I just got off the horn with support for an hour because I thought it important that they know some: 1. CSS classes are injected at view use of form on the creation/edit/view of an ItemType. 2. Inline styles are injected with a default (for at least…
  • UX - CSS Pseudo Selectors - Indicate Required and More!

    One thing that irks me is submitting a form that isn't complete and not having an indication of what is missing until after attempted submission. We could color all the labels differently than the non-required, but I really wanted an asterisk in red…
  • Grid on WYSYWIG Forms Editor

    I'd like this added to the body style of the iframe that is loaded in the Forms Editor (html.html_edit_form body.claro.body_edit_form). background-size: 12px 12px; background-image: linear-gradient(to right, #2000ff30 1px, transparent 1px), linear…
  • Why OAuthServer/wwwroot/js/app.js for styling?

    Seems silly to me to use a JS file, a file named "app.js" at that, for styling a page. Also, it steps on any custom styling as it renders outcome AFTER CSS has been loaded. This file does two things, only: Set background image from what looks like…
  • Change style of default Form button (without using a full custom html button)

    Hi community, has anybody some experience with customizing the standard blue form buttons in Innovator? I want to make them not blue fixed size independent from button label round corners (nice to have) I know that it´s possible to design…
  • How to color full federated items in the grid?

    Hi, maybe somebody has an idea how to solve this one. I have a full federated ItemType that contains a couple of yes/no columns. The data is displayed as standard grid in Aras. I want to highlight the yes/no values in the grid. Coloring regular ItemTypes…