Sha256: a916b2e0591592b9e1723ac6a730350919e6166ca0128f67c869fda9b1a8d877

Contents?: true

Size: 1.18 KB

Versions: 39

Compression:

Stored size: 1.18 KB

Contents

// Copyright (c) 2008-2013 Michael Dvorkin and contributors.
//
// Fat Free CRM is freely distributable under the terms of MIT license.
// See MIT-LICENSE file or http://www.opensource.org/licenses/mit-license.php
//------------------------------------------------------------------------------
.areacomplete-dropdown {
  ul.auto-list {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    background: white;
    padding: 0;
    margin: 0 4px 4px 0;
    list-style:none;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 230px;
    border: 1px solid #AAA;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
  }

  ul.auto-list > li:hover, ul.auto-list > li[data-selected=true] {
    background: #3875D7;
    color: white;
    em{
      background: inherit;
    }
  }

  ul.auto-list > li {
    line-height: 15px;
    padding: 4px 7px 4px;
    border-bottom: none;
  }

  em{
    background: #FEFFDE;
    font-style: normal;
  }
}

Version data entries

39 entries across 39 versions & 2 rubygems

Version Path
fat_free_crm-0.22.1 app/assets/stylesheets/textarea_autocomplete.scss
fat_free_crm-0.22.0 app/assets/stylesheets/textarea_autocomplete.scss
fat_free_crm-0.21.0 app/assets/stylesheets/textarea_autocomplete.scss
fat_free_crm-0.20.1 app/assets/stylesheets/textarea_autocomplete.scss
fat_free_crm-0.20.0 app/assets/stylesheets/textarea_autocomplete.scss
fat_free_crm-0.19.2 app/assets/stylesheets/textarea_autocomplete.scss
fat_free_crm-0.19.0 app/assets/stylesheets/textarea_autocomplete.scss
fat_free_crm-0.18.2 app/assets/stylesheets/textarea_autocomplete.scss
fat_free_crm-0.14.2 app/assets/stylesheets/textarea_autocomplete.scss
fat_free_crm-0.15.2 app/assets/stylesheets/textarea_autocomplete.scss
fat_free_crm-0.16.4 app/assets/stylesheets/textarea_autocomplete.scss
fat_free_crm-0.17.3 app/assets/stylesheets/textarea_autocomplete.scss
fat_free_crm-0.18.1 app/assets/stylesheets/textarea_autocomplete.scss
fat_free_crm-0.18.0 app/assets/stylesheets/textarea_autocomplete.scss
fat_free_crm-0.14.1 app/assets/stylesheets/textarea_autocomplete.scss
fat_free_crm-0.15.1 app/assets/stylesheets/textarea_autocomplete.scss
fat_free_crm-0.16.3 app/assets/stylesheets/textarea_autocomplete.scss
fat_free_crm-0.17.2 app/assets/stylesheets/textarea_autocomplete.scss
fat_free_crm-0.16.2 app/assets/stylesheets/textarea_autocomplete.scss
fat_free_crm-0.17.1 app/assets/stylesheets/textarea_autocomplete.scss