dernières modifs

This commit is contained in:
Valentin
2024-06-28 01:03:20 +02:00
parent 648c737925
commit 18bcbf0562
6 changed files with 98 additions and 30 deletions
+43 -1
View File
@@ -10,7 +10,7 @@ html {
background-color: #1e262e !important;
}
body.wp-admin, div:not(#tutorial_editor), .notice, table, th, td, tr, tr.active, tbody {
body.wp-admin, div:not(#tutorial_editor):not(.chart__bar-section.is-bar), .notice, table, th, td, tr, tr.active, tbody {
background-color: #26313b !important;
background: #26313b !important;
color: white !important;
@@ -205,4 +205,46 @@ div.row-actions {
#bulk-revisions #bulk-action-selector-top > option[value="publish_revision"] {
display: none !important;
}
.highlight-cards-heading .highlight-cards-heading__settings-action svg {
fill: white !important;
}
.highlight-cards-heading,
.tooltip.popover.highlight-card-popover .popover__inner > button {
color: white !important;
}
.chart__bar-section.is-bar {
background: white !important;
background-color: white !important;
}
.chart__bar-section-inner {
background: green !important;
background-color: green !important;
}
.jetpack-connected header {
background-color: #26313b !important;
}
.jetpack-connected .stats-section-title,
.jetpack-connected .date {
color: white !important;
}
.jetpack-connected .components-button {
color: white !important;
}
.jetpack-connected .stats-date-control-picker .components-button {
color: #26313b !important;
}
.stats-navigation-arrows__previous svg,
.stats-navigation-arrows__next svg {
fill: white !important;
}