Update dark-patch.css

This commit is contained in:
Joshua
2022-07-17 15:50:20 +10:00
committed by GitHub
parent 24495bc675
commit e7aa1cdb35

View File

@@ -678,13 +678,15 @@ input[type="password"]::-webkit-caps-lock-indicator {
margin: auto;
}
/* remove white border that appears on mobile screen sizes */
.box-body {
border: 0px;
}
/* remove white border that appears on mobile screen sizes */
.table-responsive {
border: 0px;
}
/* Add border radius to bottom of the status boxes*/
.pa-small-box-footer {
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;