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-08 02:10:00 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-08-08 02:10:00 +0400
commit719cc258cbf68d4d1fc6a9957d74932b8242ea88 (patch)
tree5e2665ad71ce20a5dedcad63362845630af5c808 /plugins/PleineLune
parent3a283a63dd264e32bd1ae53ed31413722c067e3d (diff)
Remove the border-radius from the dataTable of the MultiSite plugin for PleineLune
Diffstat (limited to 'plugins/PleineLune')
-rw-r--r--plugins/PleineLune/stylesheets/_dataTable.less6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/PleineLune/stylesheets/_dataTable.less b/plugins/PleineLune/stylesheets/_dataTable.less
index 1aee8d992c..28b4ee948c 100644
--- a/plugins/PleineLune/stylesheets/_dataTable.less
+++ b/plugins/PleineLune/stylesheets/_dataTable.less
@@ -177,4 +177,10 @@ table.dataTable tr.subDataTable:hover > td .dataTableRowActions {
.tableConfiguration div.configItem:hover span.action {
text-decoration: underline;
color: @theme-color-text-focus;
+}
+
+/* MultiSites */
+#mt thead *:first-child,
+#mt thead *:first-child {
+ border-radius: 0;
} \ No newline at end of file