Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
6848 kshitij.so 1
/*
2
 * imgAreaSelect default style
3
 */
4
 
5
.imgareaselect-border1 {
6
	background: url(border-v.gif) repeat-y left top;
7
}
8
 
9
.imgareaselect-border2 {
10
    background: url(border-h.gif) repeat-x left top;
11
}
12
 
13
.imgareaselect-border3 {
14
    background: url(border-v.gif) repeat-y right top;
15
}
16
 
17
.imgareaselect-border4 {
18
    background: url(border-h.gif) repeat-x left bottom;
19
}
20
 
21
.imgareaselect-border1, .imgareaselect-border2,
22
.imgareaselect-border3, .imgareaselect-border4 {
23
    filter: alpha(opacity=50);
24
	opacity: 0.5;
25
}
26
 
27
.imgareaselect-handle {
28
    background-color: #fff;
29
    border: solid 1px #000;
30
    filter: alpha(opacity=50);
31
    opacity: 0.5;
32
}
33
 
34
.imgareaselect-outer {
35
    background-color: #000;
36
    filter: alpha(opacity=50);
37
    opacity: 0.5;
38
}
39
 
40
.imgareaselect-selection {  
41
}