adds bg-secondary-subtle to the color palette and fixes buttons that are disabled and have a title attribute

This commit is contained in:
SimonGschnell
2024-03-15 11:56:16 +01:00
parent 465ab736ee
commit 868d10ffd6
+2 -2
View File
@@ -15,11 +15,11 @@
}
.bg-info-subtle{
background-color: #E9ECEF !important;
background-color: #D9EDF7 !important;
color: #31708F !important;
border-style: solid !important;
border-width: 1px !important;
border-color: #bce8f1 !important;
border-color: #BCE8F1 !important;
}
.bg-warning-subtle{