Give success buttons our color scheme

This commit is contained in:
Johannes Zellner
2023-07-14 16:39:12 +02:00
parent c3d4769956
commit ee2cd0b573

View File

@@ -43,4 +43,9 @@ a:hover, a:focus {
.p-button {
font-family: Noto Sans !important;
}
}
.p-button.p-button-success, .p-buttonset.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button {
background: #27ce65 !important;
border: 1px solid #27ce65 !important;
}