forked from jamesp/sasa-membership
Adding more shit
This commit is contained in:
@@ -309,3 +309,79 @@ body {
|
||||
background: #6c757d;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
/* Tab Styles */
|
||||
.tab-active {
|
||||
padding: 10px 20px;
|
||||
border: none;
|
||||
background: #007bff;
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
border-bottom: 2px solid #007bff;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.tab-inactive {
|
||||
padding: 10px 20px;
|
||||
border: none;
|
||||
background: none;
|
||||
color: #666;
|
||||
cursor: pointer;
|
||||
border-bottom: 2px solid transparent;
|
||||
}
|
||||
|
||||
.tab-inactive:hover {
|
||||
color: #007bff;
|
||||
border-bottom-color: #007bff;
|
||||
}
|
||||
|
||||
/* Super Admin Panel Styles */
|
||||
.super-admin-table th {
|
||||
color: #333;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.super-admin-table td {
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.super-admin-loading {
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.super-admin-placeholder {
|
||||
color: #666;
|
||||
}
|
||||
|
||||
/* Action buttons in tables */
|
||||
.action-btn {
|
||||
padding: 6px 12px;
|
||||
border: 1px solid #007bff;
|
||||
border-radius: 4px;
|
||||
background: #007bff;
|
||||
color: white !important;
|
||||
cursor: pointer;
|
||||
font-size: 12px;
|
||||
font-weight: 500;
|
||||
transition: all 0.2s;
|
||||
display: inline-block;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.action-btn:hover {
|
||||
background: #0056b3;
|
||||
border-color: #0056b3;
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
.action-btn-danger {
|
||||
border-color: #dc3545;
|
||||
background: #dc3545;
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
.action-btn-danger:hover {
|
||||
background: #c82333;
|
||||
border-color: #c82333;
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user