Improved history component #246

This commit is contained in:
2023-03-08 14:38:08 +01:00
parent 69ce659328
commit 51f0ee5744
21 changed files with 305 additions and 33 deletions

View File

@@ -175,6 +175,17 @@
}
}
.history {
background-color: $primaryBackgroundColor;
color: $primaryTextColor;
.entry-list {
.entry {
border-bottom: 1px solid $primaryHeaderColor;
}
}
}
.p-dialog-header {
background-color: $secondaryBackgroundColor !important;
color: $primaryTextColor !important;

View File

@@ -175,6 +175,17 @@
}
}
.history {
background-color: $primaryBackgroundColor;
color: $primaryTextColor;
.entry-list {
.entry {
border-bottom: 1px solid $primaryHeaderColor;
}
}
}
.p-dialog-header {
background-color: $secondaryBackgroundColor !important;
color: $primaryTextColor !important;

View File

@@ -19,6 +19,7 @@
background-color: $primaryBackgroundColor;
h1,
h2 {
color: $primaryHeaderColor;
@@ -175,6 +176,18 @@
}
}
.history {
background-color: $primaryBackgroundColor;
color: $primaryTextColor;
.entry-list {
.entry {
border-bottom: 1px solid $primaryHeaderColor;
}
}
}
.p-dialog-header {
background-color: $primaryBackgroundColor !important;
color: $primaryTextColor !important;

View File

@@ -175,6 +175,17 @@
}
}
.history {
background-color: $primaryBackgroundColor;
color: $primaryTextColor;
.entry-list {
.entry {
border-bottom: 1px solid $primaryHeaderColor;
}
}
}
.p-dialog-header {
background-color: $secondaryBackgroundColor !important;
color: $primaryTextColor !important;