Skip to content
Snippets Groups Projects
Commit b9e55f56 authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

table css

parent 724c0a58
No related branches found
No related tags found
No related merge requests found
Pipeline #390841 passed
......@@ -187,8 +187,11 @@ td, th {
tr:nth-child(even) {
background-color: #ededed;
}
tr:nth-child(odd) {
background-color: #f3f3f3;
}
tr:nth-child(1) {
background-color: var(--lightblue);
background-color: var(--lightblue) !important;
}
/* * * * * * * */
......
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