Sha256: 3a847354e9a7ba6184d4fa0caa85da6651d781e3351dc42c8b268bcc25053b99

Contents?: true

Size: 874 Bytes

Versions: 3

Compression:

Stored size: 874 Bytes

Contents

$style_path: styles/<%= style_name %>;
@import "active_admin/mixins";
@import "active_admin/base";

body.active_admin {
  @import "enviroment";

  #active_admin_content {
    padding: 10px 10px;
  }
  .price {
    text-align: right;
  }
  table.index_table tr.odd.selected td {
      background: none repeat scroll 0 0 #FFFFBD;
  }
  table.index_table tr.even.selected td {
      background: none repeat scroll 0 0 #FFFFAC;
  }
  .table_tools_segmented_control li.selected {
    a {
      background-color: #E6E6E6;
      cursor: pointer;
    }
    a:hover {
      color: inherit;
    }
  }
  #footer {
    text-align: center;
  }
  input[type=text].datepicker.calendar {
    background: #fff image-url($style_path + "/datepicker-input-icon.png") no-repeat 100% 7px;
    padding-right: $date-range-filter-input-right-padding;
    width: $date-range-filter-input-width;
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
active_leonardo-0.8.1 lib/generators/leolay/templates/styles/active/stylesheets/app/custom_active_admin.scss
active_leonardo-0.8.0 lib/generators/leolay/templates/styles/active/stylesheets/app/custom_active_admin.scss
active_leonardo-0.7.0 lib/generators/leolay/templates/styles/active/stylesheets/app/custom_active_admin.scss