1 /* Rule so that the table tree view works with word-wrap: break-word. */
2 .block_private_files .content table {
7 .block_private_files .content .footer {
12 .block_private_files ul[role="tree"] {
16 .block_private_files ul
,
17 .block_private_files li {
21 .block_private_files [role="treeitem"] {
26 .block_private_files [role="treeitem"] p {
30 .block_private_files [role="treeitem"][aria-expanded] {
34 .block_private_files [role="treeitem"][aria-expanded="false"] > p::before {
36 content: url
('[[pix:t/collapsed]]');
38 content: url('[[pix:t/collapsed_rtl]]');
44 .block_private_files [role="treeitem"][aria-expanded="true"] > p::before {
45 content: url
('[[pix:t/expanded]]');
50 .block_private_files [role="treeitem"]:not([aria-expanded]) {
52 repeating-linear-gradient
(
55 rgba
(0, 0, 0, .5) 1px,
56 rgba
(255, 255, 255, 0) 1px,
57 rgba
(255, 255, 255, 0) 2px
59 repeating-linear-gradient
(
62 rgba
(0, 0, 0, 0.5) 1px,
63 rgba
(255, 255, 255, 0) 1px,
64 rgba
(255, 255, 255, 0) 2px
66 background-repeat: no-repeat
, no-repeat
;
68 background-position: left
10px top
50%, left
8px top
0;
70 background-position: right 10px top 50%, right 8px top 0;
72 background-size: 11px 1px, 1px 100%;
75 .block_private_files [role="treeitem"]:not([aria-expanded]):last-child {
76 background-size: 11px 1px, 1px 50%;
79 .block_private_files [role="group"] {
81 repeating-linear-gradient
(
84 rgba
(0, 0, 0, 0.5) 1px,
85 rgba
(255, 255, 255, 0) 1px,
86 rgba
(255, 255, 255, 0) 2px
88 background-repeat: no-repeat
;
89 background-position: left
8px top
100%;
90 background-size: 1px 100%;
94 .block_private_files [aria-hidden="true"]:not(.icon) {