Modifiquei a cor das tabelas e cor do botão busca.

parent 782b6abf
...@@ -1798,11 +1798,26 @@ pre code { ...@@ -1798,11 +1798,26 @@ pre code {
} }
} }
/* Mudança na class table - marcos.sousa 20/01/2021*/
.table { .table {
width: 100%; width: 100%;
max-width: 100%; max-width: 100%;
margin-bottom: 1rem; margin-bottom: 1rem;
background-color: transparent /* background-color: transparent; */
background-color: white;
color: black;
}
.table tbody tr:nth-child(odd) td {
background-color: #fff;
color: black;
}
.table tbody tr:nth-child(even) td {
background-color: rgb(230, 228, 228);
color: black;
} }
.table td, .table td,
...@@ -2673,8 +2688,10 @@ fieldset:disabled a.btn { ...@@ -2673,8 +2688,10 @@ fieldset:disabled a.btn {
.btn-primary { .btn-primary {
color: #fff; color: #fff;
background-color: #3490dc; /* background-color: #3490dc; */
border-color: #3490dc /* border-color: #3490dc */
background: linear-gradient(174deg, rgb(206, 128, 93) 0%, rgb(165, 78, 7) 71%);
border-color: white;
} }
.btn-primary:hover { .btn-primary:hover {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment