Fixed #2023 - tailwind theme - wrong styles
parent
b93e89a6ab
commit
2d70295725
|
@ -4880,7 +4880,7 @@
|
||||||
}
|
}
|
||||||
.p-inline-message.p-inline-message-success {
|
.p-inline-message.p-inline-message-success {
|
||||||
background: #ECFDF5;
|
background: #ECFDF5;
|
||||||
border: snone;
|
border: none;
|
||||||
border-width: 0px;
|
border-width: 0px;
|
||||||
color: #059669;
|
color: #059669;
|
||||||
}
|
}
|
||||||
|
@ -4952,7 +4952,7 @@
|
||||||
}
|
}
|
||||||
.p-message.p-message-success {
|
.p-message.p-message-success {
|
||||||
background: #ECFDF5;
|
background: #ECFDF5;
|
||||||
border: snone;
|
border: none;
|
||||||
border-width: 0 0 0 6px;
|
border-width: 0 0 0 6px;
|
||||||
color: #059669;
|
color: #059669;
|
||||||
}
|
}
|
||||||
|
@ -5046,7 +5046,7 @@
|
||||||
}
|
}
|
||||||
.p-toast .p-toast-message.p-toast-message-success {
|
.p-toast .p-toast-message.p-toast-message-success {
|
||||||
background: #ECFDF5;
|
background: #ECFDF5;
|
||||||
border: snone;
|
border: none;
|
||||||
border-width: 0 0 0 6px;
|
border-width: 0 0 0 6px;
|
||||||
color: #059669;
|
color: #059669;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue