\x89PNG\r\n\x1a\n\x00\x00\x00\x0DIHDR\x00\x00\x00\x01\x00 \x00\x00\x01\x08\x06\x00\x00\x00\x1F\x15\xC4\x89\x00\x00\x00 \x0AIDATx\x9Ccb\x00\x00\x00\x06\x00\x03\x1A\x05\x9D\x00\x00 \x00\x00IEND\xAE\x42\x60\x82
| Path : /var/www/html/yedekledb24/DatabaseBackupMasterv8/static/css/ |
|
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
| Current File : /var/www/html/yedekledb24/DatabaseBackupMasterv8/static/css/custom.css |
/* Custom styles for the backup application */
/* Sidebar styles */
.sidebar {
position: fixed;
top: 0;
bottom: 0;
left: 0;
z-index: 100;
padding: 48px 0 0;
box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}
.sidebar .nav-link {
color: #adb5bd;
padding: 0.5rem 1rem;
margin: 0.25rem 0;
border-radius: 0.25rem;
}
.sidebar .nav-link:hover {
color: #fff;
background-color: rgba(255, 255, 255, 0.1);
}
.sidebar .nav-link.active {
color: #fff;
background-color: rgba(var(--bs-primary-rgb), 0.2);
}
/* Status indicators */
.status-circle {
display: inline-block;
width: 12px;
height: 12px;
border-radius: 50%;
margin-right: 5px;
}
.status-success {
background-color: var(--bs-success);
}
.status-failed {
background-color: var(--bs-danger);
}
.status-warning {
background-color: var(--bs-warning);
}
/* Main content area */
main {
padding-top: 1.5rem;
}
/* Card enhancements */
.card {
margin-bottom: 1.5rem;
border: none;
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.card-header {
background-color: transparent;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* Tables */
.table tbody tr:hover {
background-color: rgba(255, 255, 255, 0.05);
}
/* Add spacing to buttons in button groups */
.btn-group .btn {
margin-right: 0.25rem;
}
.btn-group .btn:last-child {
margin-right: 0;
}
/* Badge styles */
.badge {
padding: 0.5em 0.75em;
}
/* Space usage indicators */
.space-indicator {
display: flex;
align-items: center;
margin-top: 0.5rem;
}
.space-indicator .progress {
flex-grow: 1;
margin: 0 10px;
height: 8px;
}
/* Modal enhancements */
.modal-header {
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.modal-footer {
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
/* Responsive adjustments */
@media (max-width: 767.98px) {
.sidebar {
position: static;
height: auto;
padding: 0;
margin-bottom: 1rem;
}
.sidebar .nav {
flex-direction: row;
overflow-x: auto;
white-space: nowrap;
}
.sidebar .nav-item {
display: inline-block;
}
}