Mark readonly folders with a locker icon as in other components (T114)
This commit is contained in:
parent
13bc3a77e5
commit
a293625dea
1 changed files with 18 additions and 0 deletions
|
@ -173,6 +173,24 @@
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#files-folder-list li.readonly {
|
||||||
|
background-image: url(images/listicons.png);
|
||||||
|
background-position: right -1000px;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
}
|
||||||
|
|
||||||
|
#files-folder-list li.readonly {
|
||||||
|
background-position: 88% -14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#files-folder-list li.readonly a {
|
||||||
|
padding-right: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#files-folder-list li.readonly a.subscription {
|
||||||
|
padding-right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.filelist thead tr th {
|
.filelist thead tr th {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue