This commit is contained in:
19
style.css
Normal file
19
style.css
Normal file
@@ -0,0 +1,19 @@
|
||||
/* LuxTools plugin styles
|
||||
* Keep this minimal and scoped to the plugin container.
|
||||
*/
|
||||
|
||||
/* DokuWiki often highlights rows on hover. Avoid highlighting header rows. */
|
||||
div.filetools-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 {
|
||||
font-size: 80%;
|
||||
padding-top: 0.2em;
|
||||
padding-bottom: 0.2em;
|
||||
}
|
||||
div.filetools-plugin table thead tr.luxtools-openlocation-row:hover td {
|
||||
background-color: @ini_background !important;
|
||||
}
|
||||
Reference in New Issue
Block a user