Sha256: da34a9b9470bc87d823133a28b340f0b44d578157d7be4182aaaee4472501244

Contents?: true

Size: 1.27 KB

Versions: 43

Compression:

Stored size: 1.27 KB

Contents

@import "compass/css3";
@import "compass/css3/border-radius";
@import "helpers";

@mixin picker {

  position: absolute;

  padding: 0 0 0 0;

  @include border-radius(4px);
  border: 1px solid #000;
  @include box-shadow(rgba(255, 255, 255, 0.17) 0 1px 0 0 inset, rgba(0, 0, 0, 0.4) 3px 3px 5px 0);
  background: rgba(50, 51, 59, 1);

  font-size: 12px;

  p {
    margin-bottom: 0px;
    padding: 0 8px;

    @include locomotive-link;

    &, a {
      color: #fff;
      @include text-shadow(#000 0 1px 0);
    }

    &.action {
      margin-top: 0px;
      padding: 2px 8px 4px 8px;

      text-align: right;
      font-size: 11px;
    }
  }

  ul {
    list-style: none;
    margin: 1px 0 0 0;

    li {
      padding: 2px 8px 6px 8px;

      border-bottom: 1px solid #1e1e23;
      @include box-shadow(#424349 0 1px 0 0);

      color: #aaa;
      cursor: pointer;
      @include text-shadow(#000 0 1px 0);

      a {
        text-decoration: none;
        color: #aaa;
      }

      &:hover {
        &, a { color: #fff; }
      }
    }
  }

  &:before {
    content: " ";
    display: block;
    width: 21px;
    height: 13px;
    position: absolute;
    top: -11px;
    right: 20px;
    background: transparent image-url("locomotive/plugins/sites_picker_top_arrow.png") no-repeat 0 0;
  }
}

Version data entries

43 entries across 43 versions & 2 rubygems

Version Path
locomotive_cms-2.5.7 app/assets/stylesheets/locomotive/shared/_picker.css.scss
locomotive_cms-2.5.6 app/assets/stylesheets/locomotive/shared/_picker.css.scss
locomotive_cms-2.5.6.rc2 app/assets/stylesheets/locomotive/shared/_picker.css.scss
locomotive_cms-2.5.6.rc1 app/assets/stylesheets/locomotive/shared/_picker.css.scss
locomotive_cms-2.5.5 app/assets/stylesheets/locomotive/shared/_picker.css.scss
locomotive_cms-2.5.4 app/assets/stylesheets/locomotive/shared/_picker.css.scss
locomotive_cms-2.5.3 app/assets/stylesheets/locomotive/shared/_picker.css.scss
locomotive_cms-2.5.2 app/assets/stylesheets/locomotive/shared/_picker.css.scss
locomotive_cms-2.5.1 app/assets/stylesheets/locomotive/shared/_picker.css.scss
locomotive_cms-2.5.0 app/assets/stylesheets/locomotive/shared/_picker.css.scss
locomotive_cms-2.5.0.rc3 app/assets/stylesheets/locomotive/shared/_picker.css.scss
locomotive_cms-2.5.0.rc2 app/assets/stylesheets/locomotive/shared/_picker.css.scss
locomotive_cms-2.5.0.rc1 app/assets/stylesheets/locomotive/shared/_picker.css.scss
locomotive_cms-2.4.1 app/assets/stylesheets/locomotive/shared/_picker.css.scss
locomotive_cms-2.4.0 app/assets/stylesheets/locomotive/shared/_picker.css.scss
locomotive_cms-2.3.1 app/assets/stylesheets/locomotive/shared/_picker.css.scss
locomotive_cms-2.3.0 app/assets/stylesheets/locomotive/shared/_picker.css.scss
locomotive_cms-2.2.3 app/assets/stylesheets/locomotive/shared/_picker.css.scss
locomotive_cms-2.2.2 app/assets/stylesheets/locomotive/shared/_picker.css.scss
locomotive_cms-2.2.1 app/assets/stylesheets/locomotive/shared/_picker.css.scss