Skip to content
Snippets Groups Projects
Commit 5ca2d15b authored by Mathieu Duckerts-Antoine's avatar Mathieu Duckerts-Antoine
Browse files

[IMP] web: center texts of measures cells in pivot view

parent 8d090e08
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,10 @@
background-color: $o-view-background-color;
width: auto; // bootstrap override
thead th:not(.o_pivot_header_cell_closed):not(.o_pivot_header_cell_opened) {
text-align: center;
}
th {
font-weight: normal; // bootstrap override
background-color: lighten($o-brand-secondary, 40%);
......
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