Optical rendering of file and image listings
Some checks failed
DokuWiki Default Tasks / all (push) Has been cancelled
Some checks failed
DokuWiki Default Tasks / all (push) Has been cancelled
This commit is contained in:
17
style.css
17
style.css
@@ -29,3 +29,20 @@ div.filetools-plugin a.media.mediafile.mf_folder,
|
||||
div.filetools-plugin a.mediafile.mf_folder {
|
||||
background-image: url(../../images/fileicons/svg/folder.svg) !important;
|
||||
}
|
||||
|
||||
/* Muted empty-state message when a listing has no results. */
|
||||
div.filetools-plugin .luxtools-empty {
|
||||
opacity: 0.65;
|
||||
font-style: italic;
|
||||
padding: 0.25em 0;
|
||||
}
|
||||
|
||||
/* Image gallery spacing. */
|
||||
div.filetools-gallery {
|
||||
padding-bottom: 0.5em;
|
||||
}
|
||||
|
||||
div.filetools-gallery a.media {
|
||||
display: inline-block;
|
||||
margin: 0 0.35em 0.35em 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user