Skip to content
Snippets Groups Projects
Verified Commit 344ca2c1 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

remove shadow header table

parent db3bcf7a
No related branches found
No related tags found
No related merge requests found
...@@ -125,17 +125,9 @@ table tr:not(.filters) .mat-input-container{ ...@@ -125,17 +125,9 @@ table tr:not(.filters) .mat-input-container{
.jstree-clicked { .jstree-clicked {
background: #135f7f; background: #135f7f;
} }
mat-header-row{
box-shadow: 0 4px 2px -2px gray;
}
mat-row:nth-child(even){ mat-row:nth-child(even){
background: rgba(19, 95, 127, 0.1); background: rgba(19, 95, 127, 0.1);
} }
/*mat-row:nth-child(odd){
background-color:black;
}*/
/*** FIX BUG EXPANSION PANEL MATERIAL WITH TABS (DELETE AFTER CORRECTION) ***/ /*** FIX BUG EXPANSION PANEL MATERIAL WITH TABS (DELETE AFTER CORRECTION) ***/
div.mat-expansion-panel-content:not(.mat-expanded) { div.mat-expansion-panel-content:not(.mat-expanded) {
height: 0px; height: 0px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment