mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Merge branch 'wip-MDL-58661-master' of git://github.com/marinaglancy/moodle
This commit is contained in:
commit
b2a57a53f8
@ -171,7 +171,8 @@ class icon_system_fontawesome extends icon_system_font {
|
||||
'core:e/visual_aid' => 'fa-universal-access',
|
||||
'core:e/visual_blocks' => 'fa-audio-description',
|
||||
'theme:fp/add_file' => 'fa-file-o',
|
||||
'theme:fp/alias' => 'fa-link',
|
||||
'theme:fp/alias' => 'fa-share',
|
||||
'theme:fp/alias_sm' => 'fa-share',
|
||||
'theme:fp/check' => 'fa-check',
|
||||
'theme:fp/create_folder' => 'fa-folder-o',
|
||||
'theme:fp/cross' => 'fa-remove',
|
||||
|
@ -1 +1 @@
|
||||
<svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMid meet"><path d="M1520 1216q0-40-28-68l-208-208q-28-28-68-28-42 0-72 32 3 3 19 18.5t21.5 21.5 15 19 13 25.5 3.5 27.5q0 40-28 68t-68 28q-15 0-27.5-3.5t-25.5-13-19-15-21.5-21.5-18.5-19q-33 31-33 73 0 40 28 68l206 207q27 27 68 27 40 0 68-26l147-146q28-28 28-67zm-703-705q0-40-28-68l-206-207q-28-28-68-28-39 0-68 27l-147 146q-28 28-28 67 0 40 28 68l208 208q27 27 68 27 42 0 72-31-3-3-19-18.5t-21.5-21.5-15-19-13-25.5-3.5-27.5q0-40 28-68t68-28q15 0 27.5 3.5t25.5 13 19 15 21.5 21.5 18.5 19q33-31 33-73zm895 705q0 120-85 203l-147 146q-83 83-203 83-121 0-204-85l-206-207q-83-83-83-203 0-123 88-209l-88-88q-86 88-208 88-120 0-204-84l-208-208q-84-84-84-204t85-203l147-146q83-83 203-83 121 0 204 85l206 207q83 83 83 203 0 123-88 209l88 88q86-88 208-88 120 0 204 84l208 208q84 84 84 204z"/></svg>
|
||||
<svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1792 640q0 26-19 45l-512 512q-19 19-45 19t-45-19-19-45v-256h-224q-98 0-175.5 6t-154 21.5-133 42.5-105.5 69.5-80 101-48.5 138.5-17.5 181q0 55 5 123 0 6 2.5 23.5t2.5 26.5q0 15-8.5 25t-23.5 10q-16 0-28-17-7-9-13-22t-13.5-30-10.5-24q-127-285-127-451 0-199 53-333 162-403 875-403h224v-256q0-26 19-45t45-19 45 19l512 512q19 19 19 45z"/></svg>
|
Before Width: | Height: | Size: 904 B After Width: | Height: | Size: 437 B |
1
theme/boost/pix/fp/alias_sm.svg
Normal file
1
theme/boost/pix/fp/alias_sm.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1792 640q0 26-19 45l-512 512q-19 19-45 19t-45-19-19-45v-256h-224q-98 0-175.5 6t-154 21.5-133 42.5-105.5 69.5-80 101-48.5 138.5-17.5 181q0 55 5 123 0 6 2.5 23.5t2.5 26.5q0 15-8.5 25t-23.5 10q-16 0-28-17-7-9-13-22t-13.5-30-10.5-24q-127-285-127-451 0-199 53-333 162-403 875-403h224v-256q0-26 19-45t45-19 45 19l512 512q19 19 19 45z"/></svg>
|
After Width: | Height: | Size: 437 B |
@ -642,6 +642,7 @@ a.ygtvspacer:hover {
|
||||
*/
|
||||
/*rtl:ignore*/
|
||||
background-position: bottom right;
|
||||
background-size: 16px 16px;
|
||||
}
|
||||
|
||||
.fp-iconview .fp-file.fp-isreference .fp-reficons2 {
|
||||
@ -651,6 +652,7 @@ a.ygtvspacer:hover {
|
||||
*/
|
||||
/*rtl:ignore*/
|
||||
background-position: bottom left;
|
||||
background-size: 16px 16px;
|
||||
}
|
||||
|
||||
.filemanager .fp-iconview .fp-file.fp-originalmissing .fp-thumbnail img {
|
||||
@ -700,6 +702,7 @@ a.ygtvspacer:hover {
|
||||
position: absolute;
|
||||
top: 8px;
|
||||
left: 17px;
|
||||
background-size: 16px 16px;
|
||||
}
|
||||
|
||||
.filemanager .fp-filename-icon.fp-isreference .fp-reficons2 {
|
||||
@ -712,6 +715,7 @@ a.ygtvspacer:hover {
|
||||
position: absolute;
|
||||
top: 9px;
|
||||
left: -6px;
|
||||
background-size: 16px 16px;
|
||||
}
|
||||
// Folder Context Menu (File Manager only)
|
||||
.filemanager .fp-contextmenu {
|
||||
|
Loading…
x
Reference in New Issue
Block a user