Sha256: 286286b8345ee4dae6a46ebacd809539eef1853e5818a644b46df523142ebb4b

Contents?: true

Size: 971 Bytes

Versions: 6

Compression:

Stored size: 971 Bytes

Contents

/*
 * Copyright 2009 The Closure Library Authors. All Rights Reserved.
 *
 * Use of this source code is governed by the Apache License, Version 2.0.
 * See the COPYING file for details.
 */

/*
 * Styles for goog.ui.ac.AutoComplete and its derivatives.
 * Note: these styles need some work to get them working properly at various
 * font sizes other than the default.
 *
 * @author pupius@google.com (Daniel Pupius)
 * @author annams@google.com (Srinivas Annam)
 */


/*
 * TODO(annams): Rename (here and in renderer.js) to specify class name as
 * goog-autocomplete-renderer
 */
.ac-renderer {
  font: normal 13px Arial, sans-serif;
  position: absolute;
  background: #fff;
  border: 1px solid #666;
  -moz-box-shadow: 2px 2px 2px rgba(102, 102, 102, .4);
  -webkit-box-shadow: 2px 2px 2px rgba(102, 102, 102, .4);
  width: 300px;
}

.ac-row {
  cursor: pointer;
  padding: .4em;
}

.ac-highlighted {
  font-weight: bold;
}

.ac-active {
  background-color: #b2b4bf;
}

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
k4compiler-0.0.1 third_party/closure-library/closure/goog/css/autocomplete.css
middleman-wizard-template-1.0.4 lib/middleman-wizard-template/template/closure/library/closure/goog/css/autocomplete.css
middleman-wizard-template-1.0.3 lib/middleman-wizard-template/template/closure/library/closure/goog/css/autocomplete.css
middleman-wizard-template-1.0.2 lib/middleman-wizard-template/template/closure/library/closure/goog/css/autocomplete.css
middleman-wizard-template-1.0.1 lib/middleman-wizard-template/template/closure/library/closure/goog/css/autocomplete.css
middleman-wizard-template-1.0.0.pre.1 lib/middleman-wizard-template/template/closure/library/closure/goog/css/autocomplete.css