mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 04:22:07 +02:00
Merge branch 'MDL-57074-master' of https://github.com/snake/moodle
This commit is contained in:
commit
92e20a1fa5
@ -636,11 +636,19 @@ a.ygtvspacer:hover {
|
||||
|
||||
.fp-iconview .fp-file.fp-hasreferences .fp-reficons1 {
|
||||
background: url('[[pix:theme|fp/link]]') no-repeat;
|
||||
/*rtl:raw:
|
||||
transform: scaleX(-1);
|
||||
*/
|
||||
/*rtl:ignore*/
|
||||
background-position: bottom right;
|
||||
}
|
||||
|
||||
.fp-iconview .fp-file.fp-isreference .fp-reficons2 {
|
||||
background: url('[[pix:theme|fp/alias]]') no-repeat;
|
||||
/*rtl:raw:
|
||||
transform: scaleX(-1);
|
||||
*/
|
||||
/*rtl:ignore*/
|
||||
background-position: bottom left;
|
||||
}
|
||||
|
||||
@ -685,20 +693,24 @@ a.ygtvspacer:hover {
|
||||
background: url('[[pix:theme|fp/link_sm]]') no-repeat 0 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
/*rtl:raw:
|
||||
transform: scaleX(-1);
|
||||
*/
|
||||
position: absolute;
|
||||
top: 8px;
|
||||
left: 17px;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.filemanager .fp-filename-icon.fp-isreference .fp-reficons2 {
|
||||
background: url('[[pix:theme|fp/alias_sm]]') no-repeat 0 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
/*rtl:raw:
|
||||
transform: scaleX(-1);
|
||||
*/
|
||||
position: absolute;
|
||||
top: 9px;
|
||||
left: -6px;
|
||||
z-index: 1001;
|
||||
}
|
||||
// Folder Context Menu (File Manager only)
|
||||
.filemanager .fp-contextmenu {
|
||||
|
@ -823,10 +823,18 @@ a.ygtvspacer:hover {
|
||||
}
|
||||
.fp-iconview .fp-file.fp-hasreferences .fp-reficons1 {
|
||||
background: url('[[pix:theme|fp/link]]') no-repeat;
|
||||
/*rtl:raw:
|
||||
transform: scaleX(-1);
|
||||
*/
|
||||
/*rtl:ignore*/
|
||||
background-position: bottom right;
|
||||
}
|
||||
.fp-iconview .fp-file.fp-isreference .fp-reficons2 {
|
||||
background: url('[[pix:theme|fp/alias]]') no-repeat;
|
||||
/*rtl:raw:
|
||||
transform: scaleX(-1);
|
||||
*/
|
||||
/*rtl:ignore*/
|
||||
background-position: bottom left;
|
||||
}
|
||||
.filemanager .fp-iconview .fp-file.fp-originalmissing .fp-thumbnail img {
|
||||
@ -859,6 +867,9 @@ a.ygtvspacer:hover {
|
||||
background: url('[[pix:theme|fp/link_sm]]') no-repeat 0 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
/*rtl:raw:
|
||||
transform: scaleX(-1);
|
||||
*/
|
||||
position: absolute;
|
||||
top: 8px;
|
||||
left: 17px;
|
||||
@ -868,6 +879,9 @@ a.ygtvspacer:hover {
|
||||
background: url('[[pix:theme|fp/alias_sm]]') no-repeat 0 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
/*rtl:raw:
|
||||
transform: scaleX(-1);
|
||||
*/
|
||||
position: absolute;
|
||||
top: 9px;
|
||||
left: -6px;
|
||||
|
@ -5442,10 +5442,18 @@ a.ygtvspacer:hover {
|
||||
}
|
||||
.fp-iconview .fp-file.fp-hasreferences .fp-reficons1 {
|
||||
background: url('[[pix:theme|fp/link]]') no-repeat;
|
||||
/*rtl:raw:
|
||||
transform: scaleX(-1);
|
||||
*/
|
||||
/*rtl:ignore*/
|
||||
background-position: bottom right;
|
||||
}
|
||||
.fp-iconview .fp-file.fp-isreference .fp-reficons2 {
|
||||
background: url('[[pix:theme|fp/alias]]') no-repeat;
|
||||
/*rtl:raw:
|
||||
transform: scaleX(-1);
|
||||
*/
|
||||
/*rtl:ignore*/
|
||||
background-position: bottom left;
|
||||
}
|
||||
.filemanager .fp-iconview .fp-file.fp-originalmissing .fp-thumbnail img {
|
||||
@ -5477,6 +5485,9 @@ a.ygtvspacer:hover {
|
||||
background: url('[[pix:theme|fp/link_sm]]') no-repeat 0 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
/*rtl:raw:
|
||||
transform: scaleX(-1);
|
||||
*/
|
||||
position: absolute;
|
||||
top: 8px;
|
||||
left: 17px;
|
||||
@ -5486,6 +5497,9 @@ a.ygtvspacer:hover {
|
||||
background: url('[[pix:theme|fp/alias_sm]]') no-repeat 0 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
/*rtl:raw:
|
||||
transform: scaleX(-1);
|
||||
*/
|
||||
position: absolute;
|
||||
top: 9px;
|
||||
left: -6px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user