Skip to content
Snippets Groups Projects
Commit 590bc9f4 authored by Maxime Jacquemin's avatar Maxime Jacquemin Committed by Loïc Correnson
Browse files

[ivette] Changing pivot table font and removing a drag detail

parent 16915648
No related branches found
No related tags found
No related merge requests found
.pvtUi { .pvtUi {
color: var(--text); color: var(--text);
font-family: Verdana;
border-collapse: collapse; border-collapse: collapse;
} }
.pvtUi select { .pvtUi select {
...@@ -21,7 +20,6 @@ table.pvtTable { ...@@ -21,7 +20,6 @@ table.pvtTable {
border-collapse: collapse; border-collapse: collapse;
margin-top: 3px; margin-top: 3px;
margin-left: 3px; margin-left: 3px;
font-family: Verdana;
} }
table.pvtTable thead tr th, table.pvtTable thead tr th,
table.pvtTable tbody tr th { table.pvtTable tbody tr th {
...@@ -141,7 +139,7 @@ table.pvtTable tbody tr td { ...@@ -141,7 +139,7 @@ table.pvtTable tbody tr td {
} }
.pvtAxisContainer li { .pvtAxisContainer li {
padding: 8px 6px; margin: 8px 6px;
list-style-type: none; list-style-type: none;
cursor: move; cursor: move;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment