Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
/*
2
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
3
Code licensed under the BSD License:
4
http://developer.yahoo.com/yui/license.html
5
version: 2.9.0
6
*/
7
.yui-skin-sam .yui-crop .yui-crop-mask {
8
    background-color: #000;
9
    opacity: .5;
10
    filter: alpha(opacity=50);
11
}
12
 
13
.yui-skin-sam .yui-crop .yui-resize {
14
    border: 1px dashed #fff;
15
}
16