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