Sha256: be7fe4d0f133bfafeb7c01bc3971d2acc64453ac7e2ee5268a9c9bb1c420cb74

Contents?: true

Size: 1.27 KB

Versions: 10

Compression:

Stored size: 1.27 KB

Contents

textarea,
input[type="url"],
input[type="number"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
.thin_border,
.input_field {
  @extend %default-input-style;

  &.dirty {
    background-color: #fff8df;
  }
}

input[type="checkbox"] {
  transition: $transition-duration;

  &:focus {
    @include default-focus-style(
      $box-shadow: (
        inset 0 0 0 1px $focus-color,
        0 0 0 1px $focus-color
      )
    );
  }
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

textarea {
  height: auto;
}

.alchemy-char-counter {
  display: block;
  clear: both;
  text-align: right;

  &.too-long {
    color: $error_text_color;
  }
}

fieldset {
  border: none;
  padding: 0;
  margin: 1em 0;

  legend {
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 0.5em;
  }
}

::-webkit-input-placeholder {
  line-height: 1.5;
  color: $default-border-color;
}

.page-publication-date-fields {
  padding-bottom: var(--spacing-1);
  @include clearfix;

  &.hidden {
    display: none;
  }
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
alchemy_cms-7.4.2 app/assets/stylesheets/alchemy/admin/form_fields.scss
alchemy_cms-7.3.6 app/assets/stylesheets/alchemy/admin/form_fields.scss
alchemy_cms-7.4.1 app/assets/stylesheets/alchemy/admin/form_fields.scss
alchemy_cms-7.4.0 app/assets/stylesheets/alchemy/admin/form_fields.scss
alchemy_cms-7.3.5 app/assets/stylesheets/alchemy/admin/form_fields.scss
alchemy_cms-7.3.4 app/assets/stylesheets/alchemy/admin/form_fields.scss
alchemy_cms-7.3.3 app/assets/stylesheets/alchemy/admin/form_fields.scss
alchemy_cms-7.3.2 app/assets/stylesheets/alchemy/admin/form_fields.scss
alchemy_cms-7.3.1 app/assets/stylesheets/alchemy/admin/form_fields.scss
alchemy_cms-7.3.0 app/assets/stylesheets/alchemy/admin/form_fields.scss