mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Merge branch 'MDL-73486-master' of https://github.com/bmbrands/moodle
This commit is contained in:
commit
0921e06ff6
@ -49,8 +49,20 @@
|
||||
|
||||
.block_private_files [role="treeitem"]:not([aria-expanded]) {
|
||||
background-image:
|
||||
repeating-linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .5) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 2px),
|
||||
repeating-linear-gradient(to top, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 2px);
|
||||
repeating-linear-gradient(
|
||||
to right,
|
||||
rgba(0, 0, 0, .5) 0,
|
||||
rgba(0, 0, 0, .5) 1px,
|
||||
rgba(255, 255, 255, 0) 1px,
|
||||
rgba(255, 255, 255, 0) 2px
|
||||
),
|
||||
repeating-linear-gradient(
|
||||
to top,
|
||||
rgba(0, 0, 0, 0.5) 0,
|
||||
rgba(0, 0, 0, 0.5) 1px,
|
||||
rgba(255, 255, 255, 0) 1px,
|
||||
rgba(255, 255, 255, 0) 2px
|
||||
);
|
||||
background-repeat: no-repeat, no-repeat;
|
||||
/*rtl:remove*/
|
||||
background-position: left 10px top 50%, left 8px top 0;
|
||||
@ -65,7 +77,14 @@
|
||||
}
|
||||
|
||||
.block_private_files [role="group"] {
|
||||
background-image: repeating-linear-gradient(to top, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 2px);
|
||||
background-image:
|
||||
repeating-linear-gradient(
|
||||
to top,
|
||||
rgba(0, 0, 0, 0.5) 0,
|
||||
rgba(0, 0, 0, 0.5) 1px,
|
||||
rgba(255, 255, 255, 0) 1px,
|
||||
rgba(255, 255, 255, 0) 2px
|
||||
);
|
||||
background-repeat: no-repeat;
|
||||
background-position: left 8px top 100%;
|
||||
background-size: 1px 100%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user