Improved history component #246
This commit is contained in:
@@ -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;
|
||||
|
@@ -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;
|
||||
|
@@ -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;
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user