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;
}
+12 -2
View File
@@ -133,8 +133,18 @@
}
.xoo-el-sidebar p {
padding: 40px 40px;
color: 010d19;
padding: 0px 30px;
margin-top: 10px;
margin-bottom: 10px;
color: #010d19;
}
.xoo-el-sidebar p:first-of-type {
margin-top: 20px;
}
.xoo-el-sidebar p:last-of-type {
margin-bottom: 20px;
}
#about_popup {
+4
View File
@@ -75,4 +75,8 @@ tfoot,
.block-editor-block-card {
display: none !important;
}
#toplevel_page_jetpack {
display: none !important;
}