diff options
Diffstat (limited to 'js/io/workflow/save-as-dialog.reel/save-as-dialog.css')
-rw-r--r-- | js/io/workflow/save-as-dialog.reel/save-as-dialog.css | 34 |
1 files changed, 34 insertions, 0 deletions
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 |