This commit is contained in:
Focuslinkstech
2024-08-23 09:03:36 +01:00
committed by GitHub
parent 71f0fc47a6
commit 1e8cf726c3
2 changed files with 46 additions and 0 deletions

View File

@ -178,6 +178,22 @@
background-color: transparent;
border-color: transparent;
}
.box.box-solid.box-info>.box-header {
color: inherit;
background-color: transparent;
border-color: transparent;
}
.box.box-solid.box-danger>.box-header {
color: inherit;
background-color: transparent;
border-color: transparent;
}
.box.box-solid.box-warning>.box-header {
color: inherit;
background-color: transparent;
border-color: transparent;
}
.box-footer {
border-top-left-radius: 0;