Sha256: b6d2ac94206143d0e0336e88bf708ed44aaf8f6362ea2fabbc16efc98293f4c5

Contents?: true

Size: 599 Bytes

Versions: 5

Compression:

Stored size: 599 Bytes

Contents

@import "woople-theme/variables.css.less";
@import "woople-theme/colours.css.less";

.pagination {
  margin-top:0;
  .box-shadow(inset 0 1px 3px @insideShadowColour);

  a:hover, .active a {
    background-color:@highlightBackground;
  }

  a, em, span {
    border: none;
    display: inline-block;
    float: none;
    font-style: normal;
    line-height: 34px;
    padding: 0 14px;
    text-decoration: none;
  }

  .current {
    background-color:@highlightBackground;
  }
  
  .current, .disabled {
    .disabled_pagination();
  }
}

.disabled_pagination() {
  color: #999;
  cursor: default;
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
woople-theme-0.2.14 app/assets/stylesheets/woople-theme/pagination.css.less
woople-theme-0.2.13 app/assets/stylesheets/woople-theme/pagination.css.less
woople-theme-0.2.12 app/assets/stylesheets/woople-theme/pagination.css.less
woople-theme-0.2.11 app/assets/stylesheets/woople-theme/pagination.css.less
woople-theme-0.2.10 app/assets/stylesheets/woople-theme/pagination.css.less