styling update
This commit is contained in:
+22
-22
@@ -26,7 +26,7 @@
|
||||
font-weight: bold;
|
||||
color: #333;
|
||||
margin-bottom: 20px;
|
||||
border-bottom: 3px solid #007bff;
|
||||
border-bottom: 3px solid #28a745;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
|
||||
@@ -81,7 +81,7 @@
|
||||
color: #333;
|
||||
margin: 0 0 15px 0;
|
||||
padding-bottom: 10px;
|
||||
border-bottom: 3px solid #007bff;
|
||||
border-bottom: 3px solid #28a745;
|
||||
}
|
||||
|
||||
.league-tournament-card.league h3 {
|
||||
@@ -89,7 +89,7 @@
|
||||
}
|
||||
|
||||
.league-tournament-card.tournament h3 {
|
||||
border-bottom-color: #007bff;
|
||||
border-bottom-color: #28a745;
|
||||
}
|
||||
|
||||
.compact-info-grid {
|
||||
@@ -229,18 +229,18 @@
|
||||
/* Active - Blue with animation */
|
||||
.tournament-progress-dot.active {
|
||||
background: linear-gradient(135deg, #cfe2ff 0%, #e7f1ff 100%);
|
||||
border-color: #0056b3;
|
||||
border-color: #1e7e34;
|
||||
border-width: 3px;
|
||||
box-shadow: 0 4px 16px rgba(0, 123, 255, 0.3);
|
||||
}
|
||||
|
||||
.tournament-progress-dot.active .dot-number {
|
||||
color: #0056b3;
|
||||
color: #1e7e34;
|
||||
animation: pulse-dot 1.5s infinite;
|
||||
}
|
||||
|
||||
.tournament-progress-dot.active::after {
|
||||
color: #007bff;
|
||||
color: #28a745;
|
||||
animation: pulse-arrow 1.5s infinite;
|
||||
}
|
||||
|
||||
@@ -341,14 +341,14 @@
|
||||
/* Round Active - Blue */
|
||||
.round-progress-dot.active {
|
||||
background: linear-gradient(135deg, #cfe2ff 0%, #e7f1ff 100%);
|
||||
border-color: #0056b3;
|
||||
border-color: #1e7e34;
|
||||
border-width: 2px;
|
||||
color: #0056b3;
|
||||
color: #1e7e34;
|
||||
box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
|
||||
}
|
||||
|
||||
.round-progress-dot.active::after {
|
||||
color: #007bff;
|
||||
color: #28a745;
|
||||
}
|
||||
|
||||
/* Round Completed - Green */
|
||||
@@ -406,12 +406,12 @@
|
||||
}
|
||||
|
||||
.tournament-card.active {
|
||||
border-color: #007bff;
|
||||
border-color: #28a745;
|
||||
box-shadow: 0 4px 12px rgba(0, 123, 255, 0.2);
|
||||
}
|
||||
|
||||
.tournament-card.active::before {
|
||||
background: linear-gradient(90deg, #007bff 0%, #0056b3 100%);
|
||||
background: linear-gradient(90deg, #28a745 0%, #1e7e34 100%);
|
||||
}
|
||||
|
||||
.tournament-card.completed {
|
||||
@@ -432,7 +432,7 @@
|
||||
.tournament-card-number {
|
||||
font-size: 1.4rem;
|
||||
font-weight: bold;
|
||||
color: #007bff;
|
||||
color: #28a745;
|
||||
background: #e7f1ff;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
@@ -757,7 +757,7 @@
|
||||
}
|
||||
|
||||
.action-btn {
|
||||
background: #007bff;
|
||||
background: #28a745;
|
||||
border: none;
|
||||
color: white;
|
||||
padding: 15px 30px;
|
||||
@@ -772,7 +772,7 @@
|
||||
}
|
||||
|
||||
.action-btn:hover {
|
||||
background: #0056b3;
|
||||
background: #1e7e34;
|
||||
transform: translateY(-1px);
|
||||
box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3);
|
||||
}
|
||||
@@ -879,7 +879,7 @@
|
||||
|
||||
.search-input:focus {
|
||||
outline: none;
|
||||
border-color: #007bff;
|
||||
border-color: #28a745;
|
||||
}
|
||||
|
||||
.search-icon {
|
||||
@@ -911,14 +911,14 @@
|
||||
}
|
||||
|
||||
.filter-btn:hover {
|
||||
border-color: #007bff;
|
||||
border-color: #28a745;
|
||||
background: #f8f9fa;
|
||||
}
|
||||
|
||||
.filter-btn.active {
|
||||
background: #007bff;
|
||||
background: #28a745;
|
||||
color: white;
|
||||
border-color: #007bff;
|
||||
border-color: #28a745;
|
||||
}
|
||||
|
||||
.bulk-actions {
|
||||
@@ -974,7 +974,7 @@
|
||||
|
||||
.add-player-form input:focus {
|
||||
outline: none;
|
||||
border-color: #007bff;
|
||||
border-color: #28a745;
|
||||
}
|
||||
|
||||
.add-btn {
|
||||
@@ -1046,7 +1046,7 @@
|
||||
|
||||
.player-id {
|
||||
font-weight: bold;
|
||||
color: #007bff;
|
||||
color: #28a745;
|
||||
min-width: 50px;
|
||||
}
|
||||
|
||||
@@ -1063,7 +1063,7 @@
|
||||
.player-name input {
|
||||
width: 100%;
|
||||
padding: 8px 12px;
|
||||
border: 2px solid #007bff;
|
||||
border: 2px solid #28a745;
|
||||
border-radius: 4px;
|
||||
font-size: 1rem;
|
||||
font-weight: 500;
|
||||
@@ -1197,7 +1197,7 @@
|
||||
}
|
||||
|
||||
.stat-total {
|
||||
color: #007bff;
|
||||
color: #28a745;
|
||||
}
|
||||
|
||||
.no-results {
|
||||
|
||||
Reference in New Issue
Block a user