diff options
author | Johannes Ranke <johannes.ranke@jrwb.de> | 2025-02-13 16:30:31 +0100 |
---|---|---|
committer | Johannes Ranke <johannes.ranke@jrwb.de> | 2025-02-13 19:20:04 +0100 |
commit | 6476f5f49b373cd4cf05f2e73389df83e437d597 (patch) | |
tree | d0ef15c0d2ab42d246f7c8ebaeb4e63f4a928699 /docs/coverage/lib/dt-core-1.13.6/css/jquery.dataTables.extra.css | |
parent | 786e50724d9d7cc8fe04171d28ed09ea8d698cc3 (diff) |
Axis legend formatting, update vignettes
Diffstat (limited to 'docs/coverage/lib/dt-core-1.13.6/css/jquery.dataTables.extra.css')
-rw-r--r-- | docs/coverage/lib/dt-core-1.13.6/css/jquery.dataTables.extra.css | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/docs/coverage/lib/dt-core-1.13.6/css/jquery.dataTables.extra.css b/docs/coverage/lib/dt-core-1.13.6/css/jquery.dataTables.extra.css deleted file mode 100644 index b2dd141f..00000000 --- a/docs/coverage/lib/dt-core-1.13.6/css/jquery.dataTables.extra.css +++ /dev/null @@ -1,28 +0,0 @@ -/* Selected rows/cells */ -table.dataTable tr.selected td, table.dataTable td.selected { - background-color: #b0bed9 !important; -} -/* In case of scrollX/Y or FixedHeader */ -.dataTables_scrollBody .dataTables_sizing { - visibility: hidden; -} - -/* The datatables' theme CSS file doesn't define -the color but with white background. It leads to an issue that -when the HTML's body color is set to 'white', the user can't -see the text since the background is white. One case happens in the -RStudio's IDE when inline viewing the DT table inside an Rmd file, -if the IDE theme is set to "Cobalt". - -See https://github.com/rstudio/DT/issues/447 for more info - -This fixes should have little side-effects because all the other elements -of the default theme use the #333 font color. - -TODO: The upstream may use relative colors for both the table background -and the color. It means the table can display well without this patch -then. At that time, we need to remove the below CSS attributes. -*/ -div.datatables { - color: #333; -} |