]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - include/javascript/yui3/build/test/assets/skins/sam/test-skin.css
Release 6.5.0
[Github/sugarcrm.git] / include / javascript / yui3 / build / test / assets / skins / sam / test-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-console-entry-pass .yui3-console-entry-cat {
9     background-color: green;
10     color: #fff;
11 }
12
13 .yui3-skin-sam .yui3-console-entry-fail .yui3-console-entry-cat {
14     background-color: red;
15     color: #fff;
16 }
17
18 .yui3-skin-sam .yui3-console-entry-ignore .yui3-console-entry-cat {
19     background-color: #666;
20 }