~jstys-z/helioviewer.org/client5

« back to all changes in this revision

Viewing changes to lib/jquery.imgareaselect-0.9.5/css/imgareaselect-animated.css

  • Committer: Keith Hughitt
  • Date: 2011-05-26 19:28:41 UTC
  • mfrom: (402.1.667 hv)
  • Revision ID: keith.hughitt@nasa.gov-20110526192841-5xmuft9jsm52pzih
Helioviewer.org 2.2.0 Release

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
.imgareaselect-border1, .imgareaselect-border2,
22
22
.imgareaselect-border3, .imgareaselect-border4 {
 
23
    filter: alpha(opacity=50);
23
24
        opacity: 0.5;
24
 
    filter: alpha(opacity=50);
25
25
}
26
26
 
27
27
.imgareaselect-handle {
28
28
    background-color: #fff;
29
29
        border: solid 1px #000;
 
30
    filter: alpha(opacity=50);
30
31
        opacity: 0.5;
31
 
        filter: alpha(opacity=50);
32
32
}
33
33
 
34
34
.imgareaselect-outer {
35
35
        background-color: #000;
 
36
    filter: alpha(opacity=50);
36
37
        opacity: 0.5;
37
 
    filter: alpha(opacity=50);
38
38
}
39
39
 
40
40
.imgareaselect-selection {