Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Morpheus/stylesheets/main.less')
-rw-r--r--plugins/Morpheus/stylesheets/main.less20
1 files changed, 19 insertions, 1 deletions
diff --git a/plugins/Morpheus/stylesheets/main.less b/plugins/Morpheus/stylesheets/main.less
index 1eaf784455..cbf86d85cd 100644
--- a/plugins/Morpheus/stylesheets/main.less
+++ b/plugins/Morpheus/stylesheets/main.less
@@ -401,10 +401,28 @@ table.dataTable {
background-color: @color-silver-l95;
}
+ // for third level tables
+ td.cellSubDataTable {
+ table {
+ table {
+ tr td {
+ background: @theme-color-background-contrast !important;
+ }
+ tr:hover td {
+ background: @theme-color-background-contrast !important;
+
+ &:not(.cellSubDataTable) {
+ background-color: @color-silver-l95 !important;
+ }
+ }
+ }
+ }
+ }
+
.cellSubDataTable td {
background: @theme-color-background-contrast;
}
- .cellSubDataTable tr:hover td {
+ .cellSubDataTable tr:hover td:not(.cellSubDataTable) {
background-color: @theme-color-background-base;
}
}