Alteração Backgrund color e hover do button (linpar) com mudança na class tabl.

parent 86f15430
...@@ -1822,6 +1822,7 @@ pre code { ...@@ -1822,6 +1822,7 @@ pre code {
/* background-color: transparent; */ /* background-color: transparent; */
background-color: white; background-color: white;
color: black; color: black;
font-size: .9rem;
} }
.table tbody tr:nth-child(odd) td { .table tbody tr:nth-child(odd) td {
...@@ -2947,16 +2948,28 @@ fieldset:disabled a.btn { ...@@ -2947,16 +2948,28 @@ fieldset:disabled a.btn {
box-shadow: 0 0 0 .2rem rgba(108, 178, 235, .5) box-shadow: 0 0 0 .2rem rgba(108, 178, 235, .5)
} }
/* Alteração no btn-warming e no hover / Marcos Felix 23/01/2021 */
.btn-warning { .btn-warning {
color: #212529; /* color: #212529;
background-color: #ffed4a; background-color: #ffed4a;
border-color: #ffed4a border-color: #ffed4a; */
margin-left: .5rem;
font-weight: 400;
color: white;
background: linear-gradient(174deg, rgb(206, 128, 93) 0%, rgb(165, 78, 7) 71%);
border-color: white;
} }
.btn-warning:hover { .btn-warning:hover {
color: #212529; /* color: #212529;
background-color: #ffe924; background-color: #ffe924;
border-color: #ffe817 border-color: #ffe817*/
font-weight: 400;
color: white;
background: linear-gradient(174deg, rgb(98, 191, 103) 4%, rgb(16, 157, 23) 10%, rgb(4, 36, 7) 100%);
border-color: white;
} }
.btn-warning.focus, .btn-warning.focus,
......
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