🔧 Fix white page-stats-section in admin-dashboard
- Updated .page-stats-section background to dark theme - Changed text colors to white for better contrast - Updated border colors to match dark theme - Changed page-count badges to cyan accent color - Fixed 'Hauptseiten besucher' section to match overall dark design
This commit is contained in:
@@ -348,15 +348,16 @@ body {
|
|||||||
|
|
||||||
/* Page Statistics Styles */
|
/* Page Statistics Styles */
|
||||||
.page-stats-section {
|
.page-stats-section {
|
||||||
background: white;
|
background: rgba(26, 26, 46, 0.95);
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
padding: 25px;
|
padding: 25px;
|
||||||
margin: 20px 0;
|
margin: 20px 0;
|
||||||
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
|
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
|
||||||
|
border: 1px solid rgba(255, 255, 255, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-stats-section h2 {
|
.page-stats-section h2 {
|
||||||
color: #1e3c72;
|
color: #ffffff;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
}
|
}
|
||||||
@@ -391,7 +392,7 @@ body {
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 8px 0;
|
padding: 8px 0;
|
||||||
border-bottom: 1px solid #e9ecef;
|
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-stats-content .page-item:last-child {
|
.page-stats-content .page-item:last-child {
|
||||||
@@ -400,12 +401,12 @@ body {
|
|||||||
|
|
||||||
.page-stats-content .page-name {
|
.page-stats-content .page-name {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: #495057;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-stats-content .page-count {
|
.page-stats-content .page-count {
|
||||||
background: #1e3c72;
|
background: #00d4ff;
|
||||||
color: white;
|
color: #0a0a0f;
|
||||||
padding: 4px 8px;
|
padding: 4px 8px;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
|
|||||||
Reference in New Issue
Block a user