Index: trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.base.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Index: trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.divider.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Index: trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.tail.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Index: trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.head.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Index: trunk/extensions/UploadWizard/resources/uploadWizard.css |
— | — | @@ -20,7 +20,9 @@ |
21 | 21 | */ |
22 | 22 | |
23 | 23 | #mwe-upwiz-steps { |
24 | | - background-image: url(jquery/jquery.arrowSteps.base.png); |
| 24 | + background-color: white; |
| 25 | + background-image: none; |
| 26 | + border: solid 1px #a7d7f9; |
25 | 27 | } |
26 | 28 | |
27 | 29 | #mwe-upwiz-steps li { |
— | — | @@ -28,7 +30,7 @@ |
29 | 31 | } |
30 | 32 | |
31 | 33 | #mwe-upwiz-steps li.head { |
32 | | - color: #0066CC; |
| 34 | + color: #000000; |
33 | 35 | } |
34 | 36 | |
35 | 37 | .mwe-upwiz-clearing { |