BROKEN
This commit is contained in:
@@ -73,6 +73,19 @@ body {
|
||||
transition: background-color 0.3s;
|
||||
}
|
||||
|
||||
.btn:disabled,
|
||||
.btn[disabled] {
|
||||
background-color: #95a5a6;
|
||||
color: #ecf0f1;
|
||||
cursor: not-allowed;
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
.btn:disabled:hover,
|
||||
.btn[disabled]:hover {
|
||||
background-color: #95a5a6;
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
background-color: #3498db;
|
||||
color: white;
|
||||
@@ -100,6 +113,19 @@ body {
|
||||
background-color: #229954;
|
||||
}
|
||||
|
||||
.btn-success:disabled,
|
||||
.btn-success[disabled] {
|
||||
background-color: #95a5a6;
|
||||
color: #ecf0f1;
|
||||
cursor: not-allowed;
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
.btn-success:disabled:hover,
|
||||
.btn-success[disabled]:hover {
|
||||
background-color: #95a5a6;
|
||||
}
|
||||
|
||||
.btn-danger {
|
||||
background-color: #e74c3c;
|
||||
color: white;
|
||||
@@ -322,6 +348,10 @@ body {
|
||||
border-left-color: #27ae60;
|
||||
}
|
||||
|
||||
.stat-card.stat-planned {
|
||||
border-left-color: #f39c12;
|
||||
}
|
||||
|
||||
.stat-label {
|
||||
font-size: 12px;
|
||||
color: #666;
|
||||
|
||||
Reference in New Issue
Block a user