Sha256: 906eb195574a8cce77a4b1226918752a2f71d7fa928855fafe0e0a29aba089d2

Contents?: true

Size: 1.17 KB

Versions: 1

Compression:

Stored size: 1.17 KB

Contents

.codesync-editor {
 .codesync-asset-selector {
    display: none;
    position: relative;
    width: 700px;
    z-index: 100;
    background: rgba(0,0,0,0);
    border: 0px;
    top: 40px;
    left: 50%;
    margin-left: -350px;

    .search-results-wrapper {
      position: absolute;
      height: 0px;
      top: 30px;
      left: 18px;
      background-color: rgba(255,255,255,0.19);
      border-radius: 0px 0px 4px 4px;
      width:95%;
      z-index: 1;
      color: rgba(255,255,255,1);

      max-height: 200px;
      overflow: hidden;
      padding-top: 8px;

      .search-results {
        padding-top: 24px;
      }

      .search-result {
        position: relative;
        padding: 8px;
        cursor:pointer;
        border-bottom: 1px solid rgba(255,255,255,0.2);
        height: 20px;
        &.active {
          background-color: rgba(200,200,30,0.4);
        }
      }
    }

    input {
      position: absolute;
      margin: 0px;
      height: 28px;
      z-index: 200;
      background: rgba(95,95,95,1);
      border: 0px;
      width: 100%;
      color: #fff;
      font-size: 18px;
      line-height: 24px;
      box-shadow: 2px 2px 4px rgba(255,255,255,0.2);
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
code_sync-0.6.7 lib/assets/stylesheets/code_sync/editor/asset-selector.css.scss