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:
authorThomas ZILLIOX <thomas@zilliox.me>2013-08-12 01:17:49 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-08-12 01:17:49 +0400
commit8c162148e234dab20d557f18c1750591f14bba89 (patch)
treeeb83f4471726f490f5c2bf2f99e004b1817f6d0e /plugins/PleineLune
parent5a1d91d3ca13417e0aa8bee9286c6400b6931a06 (diff)
Theme data table header documentation for PleineLune
Diffstat (limited to 'plugins/PleineLune')
-rw-r--r--plugins/PleineLune/stylesheets/_dataTable.less14
1 files changed, 13 insertions, 1 deletions
diff --git a/plugins/PleineLune/stylesheets/_dataTable.less b/plugins/PleineLune/stylesheets/_dataTable.less
index e7b0242cb4..e8420f21ed 100644
--- a/plugins/PleineLune/stylesheets/_dataTable.less
+++ b/plugins/PleineLune/stylesheets/_dataTable.less
@@ -25,6 +25,19 @@ table.dataTable th.columnSorted {
display: none;
}
+table.dataTable th .columnDocumentation {
+ background-color: @theme-color-background-base;
+ border: 1px solid @theme-color-background-contrast;
+ border-radius: 0;
+ box-shadow: none;
+ color: @theme-color-text-base;
+}
+
+table.dataTable th .columnDocumentationTitle {
+ color: @theme-color-text-active;
+ font-weight: normal;
+}
+
/* Cells */
table.dataTable td,
table.dataTable td a {
@@ -35,7 +48,6 @@ table.dataTable td,
table.dataTable td.label,
table.dataTable td.column {
background-color: @theme-color-background-base;
- background-color: @theme-color-background-base;
border: 1px solid @theme-color-background-smallContrast;
}