mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
Update dark-patch.css
Remove white borders around table on mobile. Fix border radius for the status boxs.
This commit is contained in:
@@ -677,3 +677,15 @@ input[type="password"]::-webkit-caps-lock-indicator {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.box-body {
|
||||||
|
border: 0px;
|
||||||
|
}
|
||||||
|
.table-responsive {
|
||||||
|
border: 0px;
|
||||||
|
}
|
||||||
|
.pa-small-box-footer {
|
||||||
|
border-bottom-left-radius: 10px;
|
||||||
|
border-bottom-right-radius: 10px;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user