]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - include/javascript/yui3/build/autocomplete/assets/skins/sam/autocomplete-list-skin.css
Release 6.5.0
[Github/sugarcrm.git] / include / javascript / yui3 / build / autocomplete / assets / skins / sam / autocomplete-list-skin.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-skin-sam .yui3-aclist-content {
9     -moz-box-shadow: 1px 1px 4px #888;
10     -webkit-box-shadow: 1px 1px 4px #888;
11     background: #fff;
12     border: 1px solid #afafaf;
13     box-shadow: 1px 1px 4px #888;
14 }
15
16 .yui3-skin-sam .yui3-aclist-item-hover {
17     background: #bfdaff;
18 }
19
20 .yui3-skin-sam .yui3-aclist-item-active {
21     background: #2647a0;
22     color: #fff;
23     outline: none;
24 }