diff options
Diffstat (limited to 'js/io/workflow')
3 files changed, 38 insertions, 4 deletions
diff --git a/js/io/workflow/newFileDialog/new-file-options-navigator.reel/new-file-options-navigator.html b/js/io/workflow/newFileDialog/new-file-options-navigator.reel/new-file-options-navigator.html index 36e937e0..dc090b99 100755 --- a/js/io/workflow/newFileDialog/new-file-options-navigator.reel/new-file-options-navigator.html +++ b/js/io/workflow/newFileDialog/new-file-options-navigator.reel/new-file-options-navigator.html | |||
@@ -84,8 +84,8 @@ | |||
84 | </div> | 84 | </div> |
85 | <div class="errorMsg"><span id="error" class="error"></span></div> | 85 | <div class="errorMsg"><span id="error" class="error"></span></div> |
86 | <div class="buttons"> | 86 | <div class="buttons"> |
87 | <input id="cancelButton" type="button" value="CANCEL" class="cancelButton" /> | 87 | <input id="cancelButton" type="button" value="CANCEL" class="cancelButton nj-skinned" /> |
88 | <input id="okButton" disabled="true" type="button" value="OK" class="okButton" /> | 88 | <input id="okButton" disabled="true" type="button" value="OK" class="okButton nj-skinned" /> |
89 | </div> | 89 | </div> |
90 | </div> | 90 | </div> |
91 | </body> | 91 | </body> |
diff --git a/js/io/workflow/save-as-dialog.reel/save-as-dialog.css b/js/io/workflow/save-as-dialog.reel/save-as-dialog.css index 7082f485..40434c25 100644 --- a/js/io/workflow/save-as-dialog.reel/save-as-dialog.css +++ b/js/io/workflow/save-as-dialog.reel/save-as-dialog.css | |||
@@ -63,4 +63,38 @@ | |||
63 | 63 | ||
64 | .saveAsDialog .fileInputField{ | 64 | .saveAsDialog .fileInputField{ |
65 | margin-left:3px; | 65 | margin-left:3px; |
66 | } | ||
67 | |||
68 | .saveAsDialog .okButton{ | ||
69 | margin-right:25px; | ||
70 | -webkit-box-align: center; | ||
71 | text-align: center; | ||
72 | cursor: default; | ||
73 | padding: 0px 6px 0px; | ||
74 | border:2px solid #d1d1d1; | ||
75 | background-color: #e1e1e1; | ||
76 | box-sizing: border-box; | ||
77 | border-radius:10px; | ||
78 | background-image: -webkit-linear-gradient(bottom, #e1e1e1 13%, #d1d1d1 58%, #e1e1e1 40%); | ||
79 | cursor:pointer; | ||
80 | } | ||
81 | |||
82 | .saveAsDialog .cancelButton{ | ||
83 | -webkit-box-align: center; | ||
84 | text-align: center; | ||
85 | cursor: default; | ||
86 | padding: 0px 6px 0px; | ||
87 | border:2px solid #d1d1d1; | ||
88 | background-color: #e1e1e1; | ||
89 | box-sizing: border-box; | ||
90 | border-radius:10px; | ||
91 | background-image: -webkit-linear-gradient(bottom, #e1e1e1 13%, #d1d1d1 58%, #e1e1e1 40%); | ||
92 | cursor:pointer; | ||
93 | } | ||
94 | |||
95 | .saveAsDialog input[type="button"]:disabled{ | ||
96 | background-color: #a1a1a1; | ||
97 | border:2px solid #a1a1a1; | ||
98 | background-image:none; | ||
99 | cursor:auto; | ||
66 | } \ No newline at end of file | 100 | } \ No newline at end of file |
diff --git a/js/io/workflow/save-as-dialog.reel/save-as-dialog.html b/js/io/workflow/save-as-dialog.reel/save-as-dialog.html index eca6801f..2ce16119 100644 --- a/js/io/workflow/save-as-dialog.reel/save-as-dialog.html +++ b/js/io/workflow/save-as-dialog.reel/save-as-dialog.html | |||
@@ -77,8 +77,8 @@ | |||
77 | </div> | 77 | </div> |
78 | <div class="errorMsg"><span id="error" class="error"></span></div> | 78 | <div class="errorMsg"><span id="error" class="error"></span></div> |
79 | <div class="buttons"> | 79 | <div class="buttons"> |
80 | <input id="cancelButton" type="button" value="CANCEL" class="cancelButton" /> | 80 | <input id="cancelButton" type="button" value="CANCEL" class="cancelButton nj-skinned" /> |
81 | <input id="okButton" disabled="true" type="button" value="OK" class="okButton" /> | 81 | <input id="okButton" disabled="true" type="button" value="OK" class="okButton nj-skinned" /> |
82 | </div> | 82 | </div> |
83 | 83 | ||
84 | </div> | 84 | </div> |