diff options
Diffstat (limited to 'js/components/ui/FilePicker')
-rwxr-xr-x | js/components/ui/FilePicker/pickerNavigator.reel/pickerNavigator.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/components/ui/FilePicker/pickerNavigator.reel/pickerNavigator.html b/js/components/ui/FilePicker/pickerNavigator.reel/pickerNavigator.html index b4aee4b2..b5da0e6e 100755 --- a/js/components/ui/FilePicker/pickerNavigator.reel/pickerNavigator.html +++ b/js/components/ui/FilePicker/pickerNavigator.reel/pickerNavigator.html | |||
@@ -97,8 +97,8 @@ | |||
97 | <div id="right-bottom" class="right-bottom"></div> | 97 | <div id="right-bottom" class="right-bottom"></div> |
98 | </div> | 98 | </div> |
99 | <div class="buttons"> | 99 | <div class="buttons"> |
100 | <input id="cancelButton" type="button" value="CANCEL" class="cancelButton" /> | 100 | <input id="cancelButton" type="button" value="CANCEL" class="cancelButton nj-skinned" /> |
101 | <input id="okButton" disabled="true" type="button" value="OK" class="okButton" /> | 101 | <input id="okButton" disabled="true" type="button" value="OK" class="okButton nj-skinned" /> |
102 | </div> | 102 | </div> |
103 | <div id="filters" class="filters" style="display:block;"> | 103 | <div id="filters" class="filters" style="display:block;"> |
104 | <div class="dropdown hide"></div> | 104 | <div class="dropdown hide"></div> |