Chromium Code Reviews| Index: chrome/browser/resources/file_manager/css/action_choice.css |
| =================================================================== |
| --- chrome/browser/resources/file_manager/css/action_choice.css (revision 157111) |
| +++ chrome/browser/resources/file_manager/css/action_choice.css (working copy) |
| @@ -89,16 +89,19 @@ |
| } |
| .choices label[for=import-photos-to-drive] { |
| - /* TODO(dgozman): change to the right one */ |
| background: |
| - url('chrome://theme/IDR_FILE_MANAGER_IMG_FILETYPE_GSHEET') no-repeat; |
| + url('chrome://theme/IDR_FILE_MANAGER_IMG_FILETYPE_DRIVE') no-repeat; |
|
Vladislav Kaznacheev
2012/09/17 19:46:14
How about supporting HiDPI here and below?
dgozman
2012/09/18 11:28:09
Done.
|
| padding-left: 20px; |
| } |
| .choices label[for=view-files] { |
| - /* TODO(dgozman): change to the right one */ |
| + background: url(../images/icon16.png) no-repeat; |
| + padding-left: 20px; |
| +} |
| + |
| +.choices label[for=watch-single-video] { |
| background: |
| - url('chrome://theme/IDR_FILE_MANAGER_IMG_FILETYPE_GDOC') no-repeat; |
| + url('chrome://theme/IDR_FILE_MANAGER_IMG_FILETYPE_VIDEO') no-repeat; |
| padding-left: 20px; |
| } |