aboutsummaryrefslogtreecommitdiff
path: root/js/components/ui/FilePicker/pickerNavigator.reel/pickerNavigator.css
diff options
context:
space:
mode:
Diffstat (limited to 'js/components/ui/FilePicker/pickerNavigator.reel/pickerNavigator.css')
-rwxr-xr-x[-rw-r--r--]js/components/ui/FilePicker/pickerNavigator.reel/pickerNavigator.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/js/components/ui/FilePicker/pickerNavigator.reel/pickerNavigator.css b/js/components/ui/FilePicker/pickerNavigator.reel/pickerNavigator.css
index 2d9f1189..61328ce0 100644..100755
--- a/js/components/ui/FilePicker/pickerNavigator.reel/pickerNavigator.css
+++ b/js/components/ui/FilePicker/pickerNavigator.reel/pickerNavigator.css
@@ -195,6 +195,36 @@
195 195
196.picker .okButton{ 196.picker .okButton{
197 margin-right:25px; 197 margin-right:25px;
198 -webkit-box-align: center;
199 text-align: center;
200 cursor: default;
201 padding: 0px 6px 0px;
202 border:2px solid #d1d1d1;
203 background-color: #e1e1e1;
204 box-sizing: border-box;
205 border-radius:10px;
206 background-image: -webkit-linear-gradient(bottom, #e1e1e1 13%, #d1d1d1 58%, #e1e1e1 40%);
207 cursor:pointer;
208}
209
210.picker .cancelButton{
211 -webkit-box-align: center;
212 text-align: center;
213 cursor: default;
214 padding: 0px 6px 0px;
215 border:2px solid #d1d1d1;
216 background-color: #e1e1e1;
217 box-sizing: border-box;
218 border-radius:10px;
219 background-image: -webkit-linear-gradient(bottom, #e1e1e1 13%, #d1d1d1 58%, #e1e1e1 40%);
220 cursor:pointer;
221}
222
223.picker input[type="button"]:disabled{
224 background-color: #a1a1a1;
225 border:2px solid #a1a1a1;
226 background-image:none;
227 cursor:auto;
198} 228}
199 229
200 230