/* Force caps-style entry on public and admin text fields */
form:not([data-no-uppercase]) input:not([type='password']):not([type='hidden']):not([type='file']):not([type='checkbox']):not([type='radio']):not([type='number']):not([type='range']):not([type='color']):not([type='submit']):not([type='button']):not([type='reset']):not([type='datetime-local']):not([type='date']):not([type='time']):not([name='json']):not([name='content_html']):not([name='slug']):not([name='cover_image']):not([name='modal_image']):not([name='image']):not([name='attachment_closes_at']):not([name='maintenance_ends_at']):not([name='published_at']):not([name='username']):not([name='class_username']):not([name='class_password']):not(.no-uppercase),
form:not([data-no-uppercase]) textarea:not([name='json']):not([name='content_html']):not(.no-uppercase) {
  text-transform: uppercase;
}
