Skip to content

Commit 0399120

Browse files
committed
feat: elenco viste personalizzate
1 parent 5b42fd2 commit 0399120

3 files changed

Lines changed: 673 additions & 41 deletions

File tree

assets/src/css/style.css

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1425,6 +1425,29 @@ input.small-width {
14251425
text-decoration: none !important;
14261426
}
14271427

1428+
1429+
.diff-added {
1430+
background-color: #d4edda;
1431+
color: #155724;
1432+
padding: 2px 4px;
1433+
border-radius: 3px;
1434+
font-weight: bold;
1435+
}
1436+
1437+
.diff-removed {
1438+
background-color: #f8d7da;
1439+
color: #721c24;
1440+
padding: 2px 4px;
1441+
border-radius: 3px;
1442+
font-weight: bold;
1443+
text-decoration: line-through;
1444+
}
1445+
1446+
.diff-unchanged {
1447+
color: #6c757d;
1448+
}
1449+
1450+
14281451
/* Stili per la barra di progresso nelle notifiche */
14291452
#hooks .progress {
14301453
background-color: #e9ecef;

0 commit comments

Comments
 (0)