Fixup btn-primary when background is used

This commit is contained in:
Johannes Zellner
2022-06-08 14:46:26 +02:00
parent 1a641b8904
commit 09a39b1ebb
2 changed files with 9 additions and 1 deletions

View File

@@ -1988,6 +1988,14 @@ tag-input {
}
}
.btn-primary {
background-color: #2196f3c7;
&:hover {
background-color: #2196f3;
}
}
.input-group-btn {
.btn-default {
border-color: #ccc;