]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - include/javascript/yui3/build/autocomplete/assets/autocomplete-list-core.css
Release 6.5.0
[Github/sugarcrm.git] / include / javascript / yui3 / build / autocomplete / assets / autocomplete-list-core.css
1 /*
2 Copyright (c) 2010, Yahoo! Inc. All rights reserved.
3 Code licensed under the BSD License:
4 http://developer.yahoo.com/yui/license.html
5 version: 3.3.0
6 build: 3167
7 */
8 .yui3-aclist { position: absolute; }
9 .yui3-aclist-hidden { visibility: hidden; }
10
11 .yui3-aclist-aria {
12     /* Hide from sighted users, show to screen readers. */
13     left: -9999px;
14     position: absolute;
15 }
16
17 .yui3-aclist-list {
18     list-style: none;
19     margin: 0;
20     overflow: hidden;
21     padding: 0;
22 }
23
24 .yui3-aclist-item {
25     cursor: pointer;
26     list-style: none;
27     padding: 2px 5px;
28 }
29
30 .yui3-aclist-item-active {
31     outline: #afafaf dotted thin;
32 }