att
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
/* Faixa lateral colorida */
|
||||
tr.provento {
|
||||
border-left: 4px solid #1ab394 !important; /* Verde */
|
||||
}
|
||||
|
||||
tr.desconto {
|
||||
border-left: 4px solid #d9534f !important; /* Vermelho */
|
||||
}
|
||||
|
||||
/* Fundo suave (opcional) */
|
||||
tr.provento td {
|
||||
background: #e9f7ef !important;
|
||||
}
|
||||
|
||||
tr.desconto td {
|
||||
background: #fcebea !important;
|
||||
}
|
||||
Reference in New Issue
Block a user