Update dark-patch.css

Remove white borders around table on mobile. Fix border radius for the status boxs.
This commit is contained in:
Joshua
2022-07-17 15:48:37 +10:00
committed by GitHub
parent b17fd3b7a9
commit 24495bc675

View File

@@ -677,3 +677,15 @@ input[type="password"]::-webkit-caps-lock-indicator {
width: 100%;
margin: auto;
}
.box-body {
border: 0px;
}
.table-responsive {
border: 0px;
}
.pa-small-box-footer {
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}