Sha256: afd1ae8e67661ff860d7b019f622980b8f1c3147389cd7d2ea5cd092ea5e5d37

Contents?: true

Size: 1.45 KB

Versions: 5

Compression:

Stored size: 1.45 KB

Contents

table.index_table {
  th {
    background-color: #424C58 !important;
    background-image: linear-gradient(180deg, #424C58, #424C58);
    text-shadow: none !important;
    border: 0 !important;
    box-shadow: none !important;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 0.5em;
    color: #ffffff;
    padding: 15px;
    text-align: left;

    a {
      color: #ffffff !important;
      font-size: 13px !important;
      font-weight: 600 !important;
      line-height: 18px;
    }

    &.sorted-asc, &.sorted-desc {
      background-color: #4f5c6a !important;
      background-image: linear-gradient(180deg, #4f5c6a, #4f5c6a);
      a {
        color: #ffffff !important;
      }
    }

    &:hover {
      background-color: darken(#424C58, 20%) !important;
    }

    &.sortable a {
      background-image: url(image_path('orderable2.png')) !important;
    }

  }
  td {
    &.col-selectable {
      text-align: center;
      input[type=checkbox] {
        /*width: 15px;
        height: 15px;*/
      }
    }
  }

  /* столбец с чекбоксом */
  .col-selectable {
    width: 36px !important;
    text-align: left;
  }

  .col-ord {
    width: 150px !important;
    /*width: 36px !important;
    text-align: left;*/
  }

  /* столбец ID */
  .col-id {
    width: 36px !important;
    text-align: left;
  }

  /* столбец с кнопками add\delete\view */
  .col-actions {
    width: 200px !important;
  }

}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
c80_md-0.1.0.16 app/assets/stylesheets/mat_design/elements/table.scss
c80_md-0.1.0.15 app/assets/stylesheets/mat_design/elements/table.scss
c80_md-0.1.0.14 app/assets/stylesheets/mat_design/elements/table.scss
c80_md-0.1.0.13 app/assets/stylesheets/mat_design/elements/table.scss
c80_md-0.1.0.12 app/assets/stylesheets/mat_design/elements/table.scss