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-09 22:23:36 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-08-09 22:23:36 +0400
commit27550985537071c6d6754aaec5742f89d34d4950 (patch)
tree458a2570f3f4e14d005816713c5cbaf9b6f37976 /plugins/PleineLune
parent7d670462a05ea6f66f0305614cf7177539188381 (diff)
Style all dataTable border for PleineLune
Diffstat (limited to 'plugins/PleineLune')
-rw-r--r--plugins/PleineLune/stylesheets/_dataTable.less4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/PleineLune/stylesheets/_dataTable.less b/plugins/PleineLune/stylesheets/_dataTable.less
index 8e4b1256da..bff57f2ff2 100644
--- a/plugins/PleineLune/stylesheets/_dataTable.less
+++ b/plugins/PleineLune/stylesheets/_dataTable.less
@@ -35,10 +35,6 @@ table.dataTable td,
table.dataTable td.label,
table.dataTable td.column {
background-color: @theme-color-background-base;
-}
-
-table.dataTable td.label,
-table.dataTable td.column {
background-color: @theme-color-background-base;
border: 1px solid @theme-color-background-smallContrast;
}