This commit is contained in:
16
style.css
16
style.css
@@ -3,18 +3,18 @@
|
||||
*/
|
||||
|
||||
/* DokuWiki often highlights rows on hover. Avoid highlighting header rows. */
|
||||
div.filetools-plugin table thead tr:hover > * {
|
||||
div.luxtools-plugin table thead tr:hover > * {
|
||||
background-color: @ini_background_alt !important;
|
||||
}
|
||||
|
||||
|
||||
/* "Open Location" row above the header should be visually smaller. */
|
||||
div.filetools-plugin table thead tr.luxtools-openlocation-row td {
|
||||
div.luxtools-plugin table thead tr.luxtools-openlocation-row td {
|
||||
font-size: 80%;
|
||||
padding-top: 0.2em;
|
||||
padding-bottom: 0.2em;
|
||||
}
|
||||
div.filetools-plugin table thead tr.luxtools-openlocation-row:hover td {
|
||||
div.luxtools-plugin table thead tr.luxtools-openlocation-row:hover td {
|
||||
background-color: @ini_background !important;
|
||||
}
|
||||
|
||||
@@ -25,24 +25,24 @@ div.filetools-plugin table thead tr.luxtools-openlocation-row:hover td {
|
||||
* The relative URL is resolved against the plugin directory by DokuWiki's CSS
|
||||
* aggregator, resulting in lib/images/fileicons/svg/folder.svg.
|
||||
*/
|
||||
div.filetools-plugin a.media.mediafile.mf_folder,
|
||||
div.filetools-plugin a.mediafile.mf_folder {
|
||||
div.luxtools-plugin a.media.mediafile.mf_folder,
|
||||
div.luxtools-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 {
|
||||
div.luxtools-plugin .luxtools-empty {
|
||||
opacity: 0.65;
|
||||
font-style: italic;
|
||||
padding: 0.25em 0;
|
||||
}
|
||||
|
||||
/* Image gallery spacing. */
|
||||
div.filetools-gallery {
|
||||
div.luxtools-gallery {
|
||||
padding-bottom: 0.5em;
|
||||
}
|
||||
|
||||
div.filetools-gallery a.media {
|
||||
div.luxtools-gallery a.media {
|
||||
display: inline-block;
|
||||
margin: 0 0.35em 0.35em 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user