update status's on tickets
This commit is contained in:
@@ -26,8 +26,9 @@
|
||||
--priority-4: #66bb6a;
|
||||
--priority-5: #9e9e9e;
|
||||
|
||||
/* Status Colors (Keep existing) */
|
||||
/* Status Colors */
|
||||
--status-open: #28a745;
|
||||
--status-pending: #9c27b0;
|
||||
--status-in-progress: #ffc107;
|
||||
--status-closed: #dc3545;
|
||||
|
||||
@@ -1149,24 +1150,24 @@ td:nth-child(2) span::after {
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
.status-Resolved {
|
||||
.status-Pending {
|
||||
background-color: transparent !important;
|
||||
color: var(--status-open) !important;
|
||||
color: var(--status-pending) !important;
|
||||
padding: 4px 12px;
|
||||
border-radius: 0 !important;
|
||||
border: 2px solid var(--status-open) !important;
|
||||
border: 2px solid var(--status-pending) !important;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 500;
|
||||
font-family: var(--font-mono);
|
||||
text-shadow: 0 0 5px var(--status-open), 0 0 10px var(--status-open);
|
||||
text-shadow: 0 0 5px var(--status-pending), 0 0 10px var(--status-pending);
|
||||
}
|
||||
|
||||
.status-Resolved::before {
|
||||
content: '[✓';
|
||||
.status-Pending::before {
|
||||
content: '[⏸';
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.status-Resolved::after {
|
||||
.status-Pending::after {
|
||||
content: ']';
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user