Skip to content

Commit

Permalink
Changing background color in espo requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
emillod committed Dec 13, 2020
1 parent 8af15e4 commit 078efb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -3098,7 +3098,7 @@ th {
}

.table-striped>tbody>tr:nth-of-type(odd) {
background-color: #f9f9f9
background-color: #0e1621
}

.table-hover>tbody>tr:hover {
Expand Down
Expand Up @@ -3093,7 +3093,7 @@ th {
}

.table-striped>tbody>tr:nth-of-type(odd) {
background-color: #f9f9f9
background-color: #0e1621
}

.table-hover>tbody>tr:hover {
Expand Down

0 comments on commit 078efb2

Please sign in to comment.