Sha256: afe6436762d4bdb43f9e50720fa48457404954a4a46e09a897a419930b4ef133

Contents?: true

Size: 1.25 KB

Versions: 149

Compression:

Stored size: 1.25 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: $default-padding;
  @include clearfix;

  &.hidden {
    display: none;
  }
}

Version data entries

149 entries across 149 versions & 1 rubygems

Version Path
alchemy_cms-7.2.7 app/assets/stylesheets/alchemy/form_fields.scss
alchemy_cms-7.2.6 app/assets/stylesheets/alchemy/form_fields.scss
alchemy_cms-7.2.5 app/assets/stylesheets/alchemy/form_fields.scss
alchemy_cms-7.1.12 app/assets/stylesheets/alchemy/form_fields.scss
alchemy_cms-7.0.15 app/assets/stylesheets/alchemy/form_fields.scss
alchemy_cms-6.1.10 app/assets/stylesheets/alchemy/form_fields.scss
alchemy_cms-7.2.4 app/assets/stylesheets/alchemy/form_fields.scss
alchemy_cms-7.1.11 app/assets/stylesheets/alchemy/form_fields.scss
alchemy_cms-7.2.3 app/assets/stylesheets/alchemy/form_fields.scss
alchemy_cms-7.1.10 app/assets/stylesheets/alchemy/form_fields.scss
alchemy_cms-7.2.2 app/assets/stylesheets/alchemy/form_fields.scss
alchemy_cms-7.1.9 app/assets/stylesheets/alchemy/form_fields.scss
alchemy_cms-7.0.14 app/assets/stylesheets/alchemy/form_fields.scss
alchemy_cms-7.2.1 app/assets/stylesheets/alchemy/form_fields.scss
alchemy_cms-7.0.13 app/assets/stylesheets/alchemy/form_fields.scss
alchemy_cms-7.1.8 app/assets/stylesheets/alchemy/form_fields.scss
alchemy_cms-7.1.7 app/assets/stylesheets/alchemy/form_fields.scss
alchemy_cms-7.0.12 app/assets/stylesheets/alchemy/form_fields.scss
alchemy_cms-7.0.11 app/assets/stylesheets/alchemy/form_fields.scss
alchemy_cms-7.1.6 app/assets/stylesheets/alchemy/form_fields.scss