Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
.yui3-skin-night [for=ac-input] { /* autocomplete label color */
2
    color: #CBCBCB;
3
}
4
 
5
.yui3-skin-night .yui3-aclist-content {
6
	font-size: 100%;
7
    background-color: #151515;
8
	color: #ccc;
9
    border: 1px solid #303030;
10
	-moz-box-shadow: 0 0 17px rgba(0,0,0,0.58);
11
	-webkit-box-shadow: 0 0 17px rgba(0,0,0,0.58);
12
	box-shadow: 0 0 17px rgba(0,0,0,0.58);
13
}
14
 
15
.yui3-skin-night .yui3-aclist-item-active {
16
    background-color: #2F3030;
17
    background: -moz-linear-gradient(
18
		0% 100% 90deg,
19
		#252626 0%,
20
		#333434 100%
21
	);
22
    background: -webkit-gradient(
23
        linear,
24
        left top,
25
        left bottom,
26
        from(#333434),
27
        to(#252626)
28
    );
29
}
30
.yui3-skin-night .yui3-aclist-item-hover {
31
    background-color: #262727;
32
    background: -moz-linear-gradient(
33
		0% 100% 90deg,
34
		#202121 0%,
35
		#282929 100%
36
	);
37
    background: -webkit-gradient(
38
        linear,
39
        left top,
40
        left bottom,
41
        from(#282929),
42
        to(#202121)
43
    );
44
}
45
 
46
.yui3-skin-night .yui3-aclist-item {
47
    padding: 0 1em;   /*0.4em 1em 0.6em*/
48
    line-height: 2.25;
49
}
50
.yui3-skin-night .yui3-aclist-item-active { outline: none; }
51
.yui3-skin-night .yui3-highlight { color:#EFEFEF; }