diff options
Diffstat (limited to 'js/components/ui/FilePicker/pickerNavigator.reel/pickerNavigator.css')
-rw-r--r-- | js/components/ui/FilePicker/pickerNavigator.reel/pickerNavigator.css | 31 |
1 files changed, 31 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..93578ec1 100644 --- a/js/components/ui/FilePicker/pickerNavigator.reel/pickerNavigator.css +++ b/js/components/ui/FilePicker/pickerNavigator.reel/pickerNavigator.css | |||
@@ -63,6 +63,7 @@ | |||
63 | 63 | ||
64 | .picker .driversList:hover{ | 64 | .picker .driversList:hover{ |
65 | cursor:pointer; | 65 | cursor:pointer; |
66 | background-color: #444444; | ||
66 | } | 67 | } |
67 | 68 | ||
68 | .picker .highlighted{ | 69 | .picker .highlighted{ |
@@ -195,6 +196,36 @@ | |||
195 | 196 | ||
196 | .picker .okButton{ | 197 | .picker .okButton{ |
197 | margin-right:25px; | 198 | margin-right:25px; |
199 | -webkit-box-align: center; | ||
200 | text-align: center; | ||
201 | cursor: default; | ||
202 | padding: 0px 6px 0px; | ||
203 | border:2px solid #d1d1d1; | ||
204 | background-color: #e1e1e1; | ||
205 | box-sizing: border-box; | ||
206 | border-radius:10px; | ||
207 | background-image: -webkit-linear-gradient(bottom, #e1e1e1 13%, #d1d1d1 58%, #e1e1e1 40%); | ||
208 | cursor:pointer; | ||
209 | } | ||
210 | |||
211 | .picker .cancelButton{ | ||
212 | -webkit-box-align: center; | ||
213 | text-align: center; | ||
214 | cursor: default; | ||
215 | padding: 0px 6px 0px; | ||
216 | border:2px solid #d1d1d1; | ||
217 | background-color: #e1e1e1; | ||
218 | box-sizing: border-box; | ||
219 | border-radius:10px; | ||
220 | background-image: -webkit-linear-gradient(bottom, #e1e1e1 13%, #d1d1d1 58%, #e1e1e1 40%); | ||
221 | cursor:pointer; | ||
222 | } | ||
223 | |||
224 | .picker input[type="button"]:disabled{ | ||
225 | background-color: #a1a1a1; | ||
226 | border:2px solid #a1a1a1; | ||
227 | background-image:none; | ||
228 | cursor:auto; | ||
198 | } | 229 | } |
199 | 230 | ||
200 | 231 | ||