Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3855)

Unified Diff: chrome/browser/resources/file_manager/foreground/css/file_types.css

Issue 209433005: Use same icon set to be consistent in Files.app and Chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase onto head. Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/file_manager/common/images/file_types/200/word_white.png ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/file_manager/foreground/css/file_types.css
diff --git a/chrome/browser/resources/file_manager/foreground/css/file_types.css b/chrome/browser/resources/file_manager/foreground/css/file_types.css
index 75603497f073de13d245b353448b39cdf21328e1..ac8ae2567cbcd0e6c035c9ff782e1eec4aa96c76 100644
--- a/chrome/browser/resources/file_manager/foreground/css/file_types.css
+++ b/chrome/browser/resources/file_manager/foreground/css/file_types.css
@@ -5,8 +5,8 @@
/* Small icons for file types, used in lists and menus. */
[file-type-icon] {
background-image: -webkit-image-set(
- url('../../common/images/file_types/100/generic.png') 1x,
- url('../../common/images/file_types/200/generic.png') 2x);
+ url('chrome://theme/IDR_FILETYPE_GENERIC') 1x,
+ url('chrome://theme/IDR_FILETYPE_GENERIC@2x') 2x);
background-position: center;
background-repeat: no-repeat;
}
@@ -15,430 +15,430 @@ tree:focus .tree-item[selected] > .tree-row > [file-type-icon],
list:focus [selected] [file-type-icon],
list.autocomplete-suggestions [selected] [file-type-icon] {
background-image: -webkit-image-set(
- url('../../common/images/file_types/100/generic_white.png') 1x,
- url('../../common/images/file_types/200/generic_white.png') 2x);
+ url('chrome://theme/IDR_FILETYPE_GENERIC_WHITE') 1x,
+ url('chrome://theme/IDR_FILETYPE_GENERIC_WHITE@2x') 2x);
}
[file-type-icon='archive'] {
background-image: -webkit-image-set(
- url('../../common/images/file_types/100/archive.png') 1x,
- url('../../common/images/file_types/200/archive.png') 2x);
+ url('chrome://theme/IDR_FILETYPE_ARCHIVE') 1x,
+ url('chrome://theme/IDR_FILETYPE_ARCHIVE@2x') 2x);
}
tree:focus .tree-item[selected] > .tree-row > [file-type-icon='archive'],
list:focus [selected] [file-type-icon='archive'],
list.autocomplete-suggestions [selected] [file-type-icon='archive'] {
background-image: -webkit-image-set(
- url('../../common/images/file_types/100/archive_white.png') 1x,
- url('../../common/images/file_types/200/archive_white.png') 2x);
+ url('chrome://theme/IDR_FILETYPE_ARCHIVE_WHITE') 1x,
+ url('chrome://theme/IDR_FILETYPE_ARCHIVE_WHITE@2x') 2x);
}
[file-type-icon='audio'] {
background-image: -webkit-image-set(
- url('../../common/images/file_types/100/audio.png') 1x,
- url('../../common/images/file_types/200/audio.png') 2x);
+ url('chrome://theme/IDR_FILETYPE_AUDIO') 1x,
+ url('chrome://theme/IDR_FILETYPE_AUDIO@2x') 2x);
}
tree:focus .tree-item[selected] > .tree-row > [file-type-icon='audio'],
list:focus [selected] [file-type-icon='audio'],
list.autocomplete-suggestions [selected] [file-type-icon='audio'] {
background-image: -webkit-image-set(
- url('../../common/images/file_types/100/audio_white.png') 1x,
- url('../../common/images/file_types/200/audio_white.png') 2x);
+ url('chrome://theme/IDR_FILETYPE_AUDIO_WHITE') 1x,
+ url('chrome://theme/IDR_FILETYPE_AUDIO_WHITE@2x') 2x);
}
[file-type-icon='excel'] {
background-image: -webkit-image-set(
- url('../../common/images/file_types/100/excel.png') 1x,
- url('../../common/images/file_types/200/excel.png') 2x);
+ url('chrome://theme/IDR_FILETYPE_EXCEL') 1x,
+ url('chrome://theme/IDR_FILETYPE_EXCEL@2x') 2x);
}
tree:focus .tree-item[selected] > .tree-row > [file-type-icon='excel'],
list:focus [selected] [file-type-icon='excel'],
list.autocomplete-suggestions [selected] [file-type-icon='excel'] {
background-image: -webkit-image-set(
- url('../../common/images/file_types/100/excel_white.png') 1x,
- url('../../common/images/file_types/200/excel_white.png') 2x);
+ url('chrome://theme/IDR_FILETYPE_EXCEL_WHITE') 1x,
+ url('chrome://theme/IDR_FILETYPE_EXCEL_WHITE@2x') 2x);
}
[file-type-icon='folder'] {
background-image: -webkit-image-set(
- url('../../common/images/file_types/100/folder.png') 1x,
- url('../../common/images/file_types/200/folder.png') 2x);
+ url('chrome://theme/IDR_FILETYPE_FOLDER') 1x,
+ url('chrome://theme/IDR_FILETYPE_FOLDER@2x') 2x);
}
tree:focus .tree-item[selected] > .tree-row > [file-type-icon='folder'],
list:focus [selected] [file-type-icon='folder'],
list.autocomplete-suggestions [selected] [file-type-icon='folder'] {
background-image: -webkit-image-set(
- url('../../common/images/file_types/100/folder_white.png') 1x,
- url('../../common/images/file_types/200/folder_white.png') 2x);
+ url('chrome://theme/IDR_FILETYPE_FOLDER_WHITE') 1x,
+ url('chrome://theme/IDR_FILETYPE_FOLDER_WHITE@2x') 2x);
}
[file-type-icon='form'] {
background-image: -webkit-image-set(
- url('../../common/images/file_types/100/form.png') 1x,
- url('../../common/images/file_types/200/form.png') 2x);
+ url('chrome://theme/IDR_FILETYPE_FORM') 1x,
+ url('chrome://theme/IDR_FILETYPE_FORM@2x') 2x);
}
tree:focus .tree-item[selected] > .tree-row > [file-type-icon='form'],
list:focus [selected] [file-type-icon='form'],
list.autocomplete-suggestions [selected] [file-type-icon='form'] {
background-image: -webkit-image-set(
- url('../../common/images/file_types/100/form_white.png') 1x,
- url('../../common/images/file_types/200/form_white.png') 2x);
+ url('chrome://theme/IDR_FILETYPE_FORM_WHITE') 1x,
+ url('chrome://theme/IDR_FILETYPE_FORM_WHITE@2x') 2x);
}
[file-type-icon='gdoc'] {
background-image: -webkit-image-set(
- url('../../common/images/file_types/100/gdoc.png') 1x,
- url('../../common/images/file_types/200/gdoc.png') 2x);
+ url('chrome://theme/IDR_FILETYPE_GDOC') 1x,
+ url('chrome://theme/IDR_FILETYPE_GDOC@2x') 2x);
}
tree:focus .tree-item[selected] > .tree-row > [file-type-icon='gdoc'],
list:focus [selected] [file-type-icon='gdoc'],
list.autocomplete-suggestions [selected] [file-type-icon='gdoc'] {
background-image: -webkit-image-set(
- url('../../common/images/file_types/100/gdoc_white.png') 1x,
- url('../../common/images/file_types/200/gdoc_white.png') 2x);
+ url('chrome://theme/IDR_FILETYPE_GDOC_WHITE') 1x,
+ url('chrome://theme/IDR_FILETYPE_GDOC_WHITE@2x') 2x);
}
[file-type-icon='gdraw'] {
background-image: -webkit-image-set(
- url('../../common/images/file_types/100/gdraw.png') 1x,
- url('../../common/images/file_types/200/gdraw.png') 2x);
+ url('chrome://theme/IDR_FILETYPE_GDRAW') 1x,
+ url('chrome://theme/IDR_FILETYPE_GDRAW@2x') 2x);
}
tree:focus .tree-item[selected] > .tree-row > [file-type-icon='gdraw'],
list:focus [selected] [file-type-icon='gdraw'],
list.autocomplete-suggestions [selected] [file-type-icon='gdraw'] {
background-image: -webkit-image-set(
- url('../../common/images/file_types/100/gdraw_white.png') 1x,
- url('../../common/images/file_types/200/gdraw_white.png') 2x);
+ url('chrome://theme/IDR_FILETYPE_GDRAW_WHITE') 1x,
+ url('chrome://theme/IDR_FILETYPE_GDRAW_WHITE@2x') 2x);
}
[file-type-icon='glink'] {
background-image: -webkit-image-set(
- url('../../common/images/file_types/100/glink.png') 1x,
- url('../../common/images/file_types/200/glink.png') 2x);
+ url('chrome://theme/IDR_FILETYPE_GLINK') 1x,
+ url('chrome://theme/IDR_FILETYPE_GLINK@2x') 2x);
}
tree:focus .tree-item[selected] > .tree-row > [file-type-icon='glink'],
list:focus [selected] [file-type-icon='glink'],
list.autocomplete-suggestions [selected] [file-type-icon='glink'] {
background-image: -webkit-image-set(
- url('../../common/images/file_types/100/glink_white.png') 1x,
- url('../../common/images/file_types/200/glink_white.png') 2x);
+ url('chrome://theme/IDR_FILETYPE_GLINK_WHITE') 1x,
+ url('chrome://theme/IDR_FILETYPE_GLINK_WHITE@2x') 2x);
}
[file-type-icon='gsheet'] {
background-image: -webkit-image-set(
- url('../../common/images/file_types/100/gsheet.png') 1x,
- url('../../common/images/file_types/200/gsheet.png') 2x);
+ url('chrome://theme/IDR_FILETYPE_GSHEET') 1x,
+ url('chrome://theme/IDR_FILETYPE_GSHEET@2x') 2x);
}
tree:focus .tree-item[selected] > .tree-row > [file-type-icon='gsheet'],
list:focus [selected] [file-type-icon='gsheet'],
list.autocomplete-suggestions [selected] [file-type-icon='gsheet'] {
background-image: -webkit-image-set(
- url('../../common/images/file_types/100/gsheet_white.png') 1x,
- url('../../common/images/file_types/200/gsheet_white.png') 2x);
+ url('chrome://theme/IDR_FILETYPE_GSHEET_WHITE') 1x,
+ url('chrome://theme/IDR_FILETYPE_GSHEET_WHITE@2x') 2x);
}
[file-type-icon='gslides'] {
background-image: -webkit-image-set(
- url('../../common/images/file_types/100/gslides.png') 1x,
- url('../../common/images/file_types/200/gslides.png') 2x);
+ url('chrome://theme/IDR_FILETYPE_GSLIDES') 1x,
+ url('chrome://theme/IDR_FILETYPE_GSLIDES@2x') 2x);
}
tree:focus .tree-item[selected] > .tree-row > [file-type-icon='gslides'],
list:focus [selected] [file-type-icon='gslides'],
list.autocomplete-suggestions [selected] [file-type-icon='gslides'] {
background-image: -webkit-image-set(
- url('../../common/images/file_types/100/gslides_white.png') 1x,
- url('../../common/images/file_types/200/gslides_white.png') 2x);
+ url('chrome://theme/IDR_FILETYPE_GSLIDES_WHITE') 1x,
+ url('chrome://theme/IDR_FILETYPE_GSLIDES_WHITE@2x') 2x);
}
[file-type-icon='gtable'] {
background-image: -webkit-image-set(
- url('../../common/images/file_types/100/gtable.png') 1x,
- url('../../common/images/file_types/200/gtable.png') 2x);
+ url('chrome://theme/IDR_FILETYPE_GTABLE') 1x,
+ url('chrome://theme/IDR_FILETYPE_GTABLE@2x') 2x);
}
tree:focus .tree-item[selected] > .tree-row > [file-type-icon='gtable'],
list:focus [selected] [file-type-icon='gtable'],
list.autocomplete-suggestions [selected] [file-type-icon='gtable'] {
background-image: -webkit-image-set(
- url('../../common/images/file_types/100/gtable_white.png') 1x,
- url('../../common/images/file_types/200/gtable_white.png') 2x);
+ url('chrome://theme/IDR_FILETYPE_GTABLE_WHITE') 1x,
+ url('chrome://theme/IDR_FILETYPE_GTABLE_WHITE@2x') 2x);
}
[file-type-icon='gform'] {
background-image: -webkit-image-set(
- url('../../common/images/file_types/100/form.png') 1x,
- url('../../common/images/file_types/200/form.png') 2x);
+ url('chrome://theme/IDR_FILETYPE_FORM') 1x,
+ url('chrome://theme/IDR_FILETYPE_FORM@2x') 2x);
}
tree:focus .tree-item[selected] > .tree-row > [file-type-icon='gform'],
list:focus [selected] [file-type-icon='gform'],
list.autocomplete-suggestions [selected] [file-type-icon='gform'] {
background-image: -webkit-image-set(
- url('../../common/images/file_types/100/form_white.png') 1x,
- url('../../common/images/file_types/200/form_white.png') 2x);
+ url('chrome://theme/IDR_FILETYPE_FORM_WHITE') 1x,
+ url('chrome://theme/IDR_FILETYPE_FORM_WHITE@2x') 2x);
}
[file-type-icon='image'] {
background-image: -webkit-image-set(
- url('../../common/images/file_types/100/image.png') 1x,
- url('../../common/images/file_types/200/image.png') 2x);
+ url('chrome://theme/IDR_FILETYPE_IMAGE') 1x,
+ url('chrome://theme/IDR_FILETYPE_IMAGE@2x') 2x);
}
tree:focus .tree-item[selected] > .tree-row > [file-type-icon='image'],
list:focus [selected] [file-type-icon='image'],
list.autocomplete-suggestions [selected] [file-type-icon='image'] {
background-image: -webkit-image-set(
- url('../../common/images/file_types/100/image_white.png') 1x,
- url('../../common/images/file_types/200/image_white.png') 2x);
+ url('chrome://theme/IDR_FILETYPE_IMAGE_WHITE') 1x,
+ url('chrome://theme/IDR_FILETYPE_IMAGE_WHITE@2x') 2x);
}
[file-type-icon='pdf'] {
background-image: -webkit-image-set(
- url('../../common/images/file_types/100/pdf.png') 1x,
- url('../../common/images/file_types/200/pdf.png') 2x);
+ url('chrome://theme/IDR_FILETYPE_PDF') 1x,
+ url('chrome://theme/IDR_FILETYPE_PDF@2x') 2x);
}
tree:focus .tree-item[selected] > .tree-row > [file-type-icon='pdf'],
list:focus [selected] [file-type-icon='pdf'],
list.autocomplete-suggestions [selected] [file-type-icon='pdf'] {
background-image: -webkit-image-set(
- url('../../common/images/file_types/100/pdf_white.png') 1x,
- url('../../common/images/file_types/200/pdf_white.png') 2x);
+ url('chrome://theme/IDR_FILETYPE_PDF_WHITE') 1x,
+ url('chrome://theme/IDR_FILETYPE_PDF_WHITE@2x') 2x);
}
[file-type-icon='ppt'] {
background-image: -webkit-image-set(
- url('../../common/images/file_types/100/ppt.png') 1x,
- url('../../common/images/file_types/200/ppt.png') 2x);
+ url('chrome://theme/IDR_FILETYPE_PPT') 1x,
+ url('chrome://theme/IDR_FILETYPE_PPT@2x') 2x);
}
tree:focus .tree-item[selected] > .tree-row > [file-type-icon='ppt'],
list:focus [selected] [file-type-icon='ppt'],
list.autocomplete-suggestions [selected] [file-type-icon='ppt'] {
background-image: -webkit-image-set(
- url('../../common/images/file_types/100/ppt_white.png') 1x,
- url('../../common/images/file_types/200/ppt_white.png') 2x);
+ url('chrome://theme/IDR_FILETYPE_PPT_WHITE') 1x,
+ url('chrome://theme/IDR_FILETYPE_PPT_WHITE@2x') 2x);
}
[file-type-icon='script'] {
background-image: -webkit-image-set(
- url('../../common/images/file_types/100/script.png') 1x,
- url('../../common/images/file_types/200/script.png') 2x);
+ url('chrome://theme/IDR_FILETYPE_SCRIPT') 1x,
+ url('chrome://theme/IDR_FILETYPE_SCRIPT@2x') 2x);
}
tree:focus .tree-item[selected] > .tree-row > [file-type-icon='script'],
list:focus [selected] [file-type-icon='script'],
list.autocomplete-suggestions [selected] [file-type-icon='script'] {
background-image: -webkit-image-set(
- url('../../common/images/file_types/100/script_white.png') 1x,
- url('../../common/images/file_types/200/script_white.png') 2x);
+ url('chrome://theme/IDR_FILETYPE_SCRIPT_WHITE') 1x,
+ url('chrome://theme/IDR_FILETYPE_SCRIPT_WHITE@2x') 2x);
}
[file-type-icon='sites'] {
background-image: -webkit-image-set(
- url('../../common/images/file_types/100/sites.png') 1x,
- url('../../common/images/file_types/200/sites.png') 2x);
+ url('chrome://theme/IDR_FILETYPE_SITES') 1x,
+ url('chrome://theme/IDR_FILETYPE_SITES@2x') 2x);
}
tree:focus .tree-item[selected] > .tree-row > [file-type-icon='sites'],
list:focus [selected] [file-type-icon='sites'],
list.autocomplete-suggestions [selected] [file-type-icon='sites'] {
background-image: -webkit-image-set(
- url('../../common/images/file_types/100/sites_white.png') 1x,
- url('../../common/images/file_types/200/sites_white.png') 2x);
+ url('chrome://theme/IDR_FILETYPE_SITES_WHITE') 1x,
+ url('chrome://theme/IDR_FILETYPE_SITES_WHITE@2x') 2x);
}
[file-type-icon='video'] {
background-image: -webkit-image-set(
- url('../../common/images/file_types/100/video.png') 1x,
- url('../../common/images/file_types/200/video.png') 2x);
+ url('chrome://theme/IDR_FILETYPE_VIDEO') 1x,
+ url('chrome://theme/IDR_FILETYPE_VIDEO@2x') 2x);
}
tree:focus .tree-item[selected] > .tree-row > [file-type-icon='video'],
list:focus [selected] [file-type-icon='video'],
list.autocomplete-suggestions [selected] [file-type-icon='video'] {
background-image: -webkit-image-set(
- url('../../common/images/file_types/100/video_white.png') 1x,
- url('../../common/images/file_types/200/video_white.png') 2x);
+ url('chrome://theme/IDR_FILETYPE_VIDEO_WHITE') 1x,
+ url('chrome://theme/IDR_FILETYPE_VIDEO_WHITE@2x') 2x);
}
[file-type-icon='word'] {
background-image: -webkit-image-set(
- url('../../common/images/file_types/100/word.png') 1x,
- url('../../common/images/file_types/200/word.png') 2x);
+ url('chrome://theme/IDR_FILETYPE_WORD') 1x,
+ url('chrome://theme/IDR_FILETYPE_WORD@2x') 2x);
}
tree:focus .tree-item[selected] > .tree-row > [file-type-icon='word'],
list:focus [selected] [file-type-icon='word'],
list.autocomplete-suggestions [selected] [file-type-icon='word'] {
background-image: -webkit-image-set(
- url('../../common/images/file_types/100/word_white.png') 1x,
- url('../../common/images/file_types/200/word_white.png') 2x);
+ url('chrome://theme/IDR_FILETYPE_WORD_WHITE') 1x,
+ url('chrome://theme/IDR_FILETYPE_WORD_WHITE@2x') 2x);
}
[file-type-icon='drive'] {
background-image: -webkit-image-set(
- url('chrome://theme/IDR_FILE_MANAGER_IMG_FILETYPE_DRIVE') 1x,
- url('chrome://theme/IDR_FILE_MANAGER_IMG_FILETYPE_DRIVE@2x') 2x);
+ url('chrome://theme/IDR_FILETYPE_DRIVE') 1x,
+ url('chrome://theme/IDR_FILETYPE_DRIVE@2x') 2x);
}
/* Large generic thumbnails, used when a file does not have a thumbnail. */
[generic-thumbnail] {
background-image: -webkit-image-set(
- url('chrome://theme/IDR_FILE_MANAGER_IMG_FILETYPE_LARGE_GENERIC') 1x,
- url('chrome://theme/IDR_FILE_MANAGER_IMG_FILETYPE_LARGE_GENERIC@2x') 2x);
+ url('chrome://theme/IDR_FILETYPE_LARGE_GENERIC') 1x,
+ url('chrome://theme/IDR_FILETYPE_LARGE_GENERIC@2x') 2x);
background-position: center center;
background-repeat: no-repeat;
}
[generic-thumbnail='audio'] {
background-image: -webkit-image-set(
- url('chrome://theme/IDR_FILE_MANAGER_IMG_FILETYPE_LARGE_AUDIO') 1x,
- url('chrome://theme/IDR_FILE_MANAGER_IMG_FILETYPE_LARGE_AUDIO@2x') 2x);
+ url('chrome://theme/IDR_FILETYPE_LARGE_AUDIO') 1x,
+ url('chrome://theme/IDR_FILETYPE_LARGE_AUDIO@2x') 2x);
}
[generic-thumbnail='folder'] {
background-image: -webkit-image-set(
- url('chrome://theme/IDR_FILE_MANAGER_IMG_FILETYPE_LARGE_FOLDER') 1x,
- url('chrome://theme/IDR_FILE_MANAGER_IMG_FILETYPE_LARGE_FOLDER@2x') 2x);
+ url('chrome://theme/IDR_FILETYPE_LARGE_FOLDER') 1x,
+ url('chrome://theme/IDR_FILETYPE_LARGE_FOLDER@2x') 2x);
}
[generic-thumbnail='image'] {
background-image: -webkit-image-set(
- url('chrome://theme/IDR_FILE_MANAGER_IMG_FILETYPE_LARGE_IMAGE') 1x,
- url('chrome://theme/IDR_FILE_MANAGER_IMG_FILETYPE_LARGE_IMAGE@2x') 2x);
+ url('chrome://theme/IDR_FILETYPE_LARGE_IMAGE') 1x,
+ url('chrome://theme/IDR_FILETYPE_LARGE_IMAGE@2x') 2x);
}
[generic-thumbnail='video'] {
background-image: -webkit-image-set(
- url('chrome://theme/IDR_FILE_MANAGER_IMG_FILETYPE_LARGE_VIDEO') 1x,
- url('chrome://theme/IDR_FILE_MANAGER_IMG_FILETYPE_LARGE_VIDEO@2x') 2x);
+ url('chrome://theme/IDR_FILETYPE_LARGE_VIDEO') 1x,
+ url('chrome://theme/IDR_FILETYPE_LARGE_VIDEO@2x') 2x);
}
/* Icons for volume types. */
[volume-type-icon='archive'] {
background-image: -webkit-image-set(
- url('../images/volumes/black_archive.png') 1x,
- url('../images/volumes/2x/black_archive.png') 2x);
+ url('../images/volumes/black_archive.png') 1x,
+ url('../images/volumes/2x/black_archive.png') 2x);
}
list:focus li[selected] [volume-type-icon='archive'],
tree:focus .tree-item[selected] > .tree-row > [volume-type-icon='archive'] {
background-image: -webkit-image-set(
- url('../images/volumes/white_archive.png') 1x,
- url('../images/volumes/2x/white_archive.png') 2x);
+ url('../images/volumes/white_archive.png') 1x,
+ url('../images/volumes/2x/white_archive.png') 2x);
}
[volume-type-icon='downloads'] {
background-image: -webkit-image-set(
- url('../images/volumes/black_downloads.png') 1x,
- url('../images/volumes/2x/black_downloads.png') 2x);
+ url('../images/volumes/black_downloads.png') 1x,
+ url('../images/volumes/2x/black_downloads.png') 2x);
}
list:focus li[selected] [volume-type-icon='downloads'],
tree:focus .tree-item[selected] > .tree-row > [volume-type-icon='downloads'] {
background-image: -webkit-image-set(
- url('../images/volumes/white_downloads.png') 1x,
- url('../images/volumes/2x/white_downloads.png') 2x);
+ url('../images/volumes/white_downloads.png') 1x,
+ url('../images/volumes/2x/white_downloads.png') 2x);
}
[volume-type-icon='drive'] {
background-image: -webkit-image-set(
- url('../images/volumes/black_drive.png') 1x,
- url('../images/volumes/2x/black_drive.png') 2x);
+ url('../images/volumes/black_drive.png') 1x,
+ url('../images/volumes/2x/black_drive.png') 2x);
}
list:focus li[selected] [volume-type-icon='drive'],
tree:focus .tree-item[selected] > .tree-row > [volume-type-icon='drive'] {
background-image: -webkit-image-set(
- url('../images/volumes/white_drive.png') 1x,
- url('../images/volumes/2x/white_drive.png') 2x);
+ url('../images/volumes/white_drive.png') 1x,
+ url('../images/volumes/2x/white_drive.png') 2x);
}
[volume-type-icon='drive_offline'] {
background-image: -webkit-image-set(
- url('../images/volumes/black_offline.png') 1x,
- url('../images/volumes/2x/black_offline.png') 2x);
+ url('../images/volumes/black_offline.png') 1x,
+ url('../images/volumes/2x/black_offline.png') 2x);
}
list:focus li[selected] [volume-type-icon='drive_offline'],
tree:focus .tree-item[selected] > .tree-row >
[volume-type-icon='drive_offline'] {
background-image: -webkit-image-set(
- url('../images/volumes/white_offline.png') 1x,
- url('../images/volumes/2x/white_offline.png') 2x);
+ url('../images/volumes/white_offline.png') 1x,
+ url('../images/volumes/2x/white_offline.png') 2x);
}
[volume-type-icon='drive_shared_with_me'] {
background-image: -webkit-image-set(
- url('../images/volumes/black_shared.png') 1x,
- url('../images/volumes/2x/black_shared.png') 2x);
+ url('../images/volumes/black_shared.png') 1x,
+ url('../images/volumes/2x/black_shared.png') 2x);
}
list:focus li[selected] [volume-type-icon='drive_shared_with_me'],
tree:focus .tree-item[selected] > .tree-row >
[volume-type-icon='drive_shared_with_me'] {
background-image: -webkit-image-set(
- url('../images/volumes/white_shared.png') 1x,
- url('../images/volumes/2x/white_shared.png') 2x);
+ url('../images/volumes/white_shared.png') 1x,
+ url('../images/volumes/2x/white_shared.png') 2x);
}
[volume-type-icon='drive_recent'] {
background-image: -webkit-image-set(
- url('../images/volumes/black_recent.png') 1x,
- url('../images/volumes/2x/black_recent.png') 2x);
+ url('../images/volumes/black_recent.png') 1x,
+ url('../images/volumes/2x/black_recent.png') 2x);
}
list:focus li[selected] [volume-type-icon='drive_recent'],
tree:focus .tree-item[selected] > .tree-row >
[volume-type-icon='drive_recent'] {
background-image: -webkit-image-set(
- url('../images/volumes/white_recent.png') 1x,
- url('../images/volumes/2x/white_recent.png') 2x);
+ url('../images/volumes/white_recent.png') 1x,
+ url('../images/volumes/2x/white_recent.png') 2x);
}
[volume-type-icon='removable'] {
background-image: -webkit-image-set(
- url('../images/volumes/black_usb.png') 1x,
- url('../images/volumes/2x/black_usb.png') 2x);
+ url('../images/volumes/black_usb.png') 1x,
+ url('../images/volumes/2x/black_usb.png') 2x);
}
list:focus li[selected] [volume-type-icon='removable'],
tree:focus .tree-item[selected] > .tree-row >
[volume-type-icon='removable'] {
background-image: -webkit-image-set(
- url('../images/volumes/white_usb.png') 1x,
- url('../images/volumes/2x/white_usb.png') 2x);
+ url('../images/volumes/white_usb.png') 1x,
+ url('../images/volumes/2x/white_usb.png') 2x);
}
[volume-type-icon='removable'][volume-subtype='sd'] {
background-image: -webkit-image-set(
- url('../images/volumes/black_sd.png') 1x,
- url('../images/volumes/2x/black_sd.png') 2x);
+ url('../images/volumes/black_sd.png') 1x,
+ url('../images/volumes/2x/black_sd.png') 2x);
}
list:focus li[selected] [volume-type-icon='removable'][volume-subtype='sd'],
tree:focus .tree-item[selected] > .tree-row >
[volume-type-icon='removable'][volume-subtype='sd'] {
background-image: -webkit-image-set(
- url('../images/volumes/white_sd.png') 1x,
- url('../images/volumes/2x/white_sd.png') 2x);
+ url('../images/volumes/white_sd.png') 1x,
+ url('../images/volumes/2x/white_sd.png') 2x);
}
[volume-type-icon='removable'][volume-subtype='optical'] {
background-image: -webkit-image-set(
- url('../images/volumes/black_optical.png') 1x,
- url('../images/volumes/2x/black_optical.png') 2x);
+ url('../images/volumes/black_optical.png') 1x,
+ url('../images/volumes/2x/black_optical.png') 2x);
}
list:focus div[selected]
@@ -446,8 +446,8 @@ list:focus div[selected]
tree:focus .tree-item[selected] > .tree-row >
[volume-type-icon='removable'][volume-subtype='optical'] {
background-image: -webkit-image-set(
- url('../images/volumes/white_optical.png') 1x,
- url('../images/volumes/2x/white_optical.png') 2x);
+ url('../images/volumes/white_optical.png') 1x,
+ url('../images/volumes/2x/white_optical.png') 2x);
}
list:focus li[selected]
@@ -455,16 +455,16 @@ list:focus li[selected]
tree:focus .tree-item[selected] > .tree-row >
[volume-type-icon='removable'][volume-subtype='optical'] {
background-image: -webkit-image-set(
- url('../images/volumes/white_optical.png') 1x,
- url('../images/volumes/2x/white_optical.png') 2x);
+ url('../images/volumes/white_optical.png') 1x,
+ url('../images/volumes/2x/white_optical.png') 2x);
}
/* TODO(kaznacheev): consider a better icon for volume-subtype=unknown.
Also find out if we need an icon for volume-subtype=mobile */
[volume-type-icon='removable'][volume-subtype='unknown'] {
background-image: -webkit-image-set(
- url('../images/volumes/black_hdd.png') 1x,
- url('../images/volumes/2x/black_hdd.png') 2x);
+ url('../images/volumes/black_hdd.png') 1x,
+ url('../images/volumes/2x/black_hdd.png') 2x);
}
list:focus li[selected]
@@ -472,6 +472,6 @@ list:focus li[selected]
tree:focus .tree-item[selected] > .tree-row >
[volume-type-icon='removable'][volume-subtype='unknown'] {
background-image: -webkit-image-set(
- url('../images/volumes/white_hdd.png') 1x,
- url('../images/volumes/2x/white_hdd.png') 2x);
+ url('../images/volumes/white_hdd.png') 1x,
+ url('../images/volumes/2x/white_hdd.png') 2x);
}
« no previous file with comments | « chrome/browser/resources/file_manager/common/images/file_types/200/word_white.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698