~bcsaller/juju-gui/update-reductions

« back to all changes in this revision

Viewing changes to lib/yui/build/test/assets/skins/sam/test-skin.css

  • Committer: kapil.foss at gmail
  • Date: 2012-07-13 18:45:59 UTC
  • Revision ID: kapil.foss@gmail.com-20120713184559-2xl7be17egsrz0c9
reshape

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
YUI 3.5.1 (build 22)
3
 
Copyright 2012 Yahoo! Inc. All rights reserved.
4
 
Licensed under the BSD License.
5
 
http://yuilibrary.com/license/
6
 
*/
7
 
.yui3-skin-sam .yui3-console-entry-pass .yui3-console-entry-cat {
8
 
    background-color: green;
9
 
    color: #fff;
10
 
}
11
 
 
12
 
.yui3-skin-sam .yui3-console-entry-fail .yui3-console-entry-cat {
13
 
    background-color: red;
14
 
    color: #fff;
15
 
}
16
 
 
17
 
.yui3-skin-sam .yui3-console-entry-ignore .yui3-console-entry-cat {
18
 
    background-color: #666;
19
 
}