Sha256: 945df6d9dfce19022b2587f28268b205a39d05cd4efd4a5992bf4a7fa7c7bbad

Contents?: true

Size: 916 Bytes

Versions: 1

Compression:

Stored size: 916 Bytes

Contents

$style_path: styles/<%= style_name %>;
@import "active_admin/mixins";
@import "active_admin/base";
<% if Rails.env == 'production' %>
@import "production";
<% end %>

body.active_admin {
  #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

1 entries across 1 versions & 1 rubygems

Version Path
active_leonardo-0.9.0 lib/generators/leolay/templates/styles/active/stylesheets/app/custom_active_admin.scss.erb