fini il reste juste les corrections sur la tl
This commit is contained in:
@@ -10,13 +10,47 @@ html {
|
||||
background-color: #1e262e !important;
|
||||
}
|
||||
|
||||
body.wp-admin {
|
||||
background-color: #26313b;
|
||||
body.wp-admin, div:not(#tutorial_editor), .notice, table, th, td, tr, tr.active, tbody {
|
||||
background-color: #26313b !important;
|
||||
background: #26313b !important;
|
||||
color: white !important;
|
||||
font-family: "Authentic_Sans_60";
|
||||
}
|
||||
|
||||
.wp-admin table,
|
||||
textarea {
|
||||
color: #1e262e !important;
|
||||
}
|
||||
|
||||
input[type="text"],
|
||||
textarea {
|
||||
border: solid 1px white !important;
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
button span .components-menu-item__info,
|
||||
button span .components-menu-item__item,
|
||||
.components-menu-item__item,
|
||||
.components-menu-item__shortcut,
|
||||
.components-tab-panel__tabs-item {
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
.components-tab-panel__tabs-item.is-active {
|
||||
background-color: #1e262e !important;
|
||||
}
|
||||
|
||||
#postcustomstuff input,
|
||||
#postcustomstuff textarea,
|
||||
#postcustomstuff select {
|
||||
color: white !important;
|
||||
background-color: #1e262e !important;
|
||||
}
|
||||
|
||||
.wp-admin.toplevel_page_revisionary-q table,
|
||||
.wp-admin.toplevel_page_revisionary-q table td,
|
||||
.wp-admin.toplevel_page_revisionary-q table th,
|
||||
.wp-admin.toplevel_page_revisionary-q table thead,
|
||||
.wp-admin.toplevel_page_revisionary-q table tfoot,
|
||||
.wp-admin #adminmenuwrap li,
|
||||
.wp-admin #adminmenuwrap ul {
|
||||
background: #1f2730 !important;
|
||||
@@ -62,7 +96,7 @@ body.wp-admin {
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
.wp-admin a {
|
||||
.wp-admin a:not(#backToIndexButton a):not(#backToMyRevisionsButton a) {
|
||||
color: #bbb !important;
|
||||
}
|
||||
|
||||
@@ -103,6 +137,27 @@ body.wp-admin {
|
||||
display: none;
|
||||
} */
|
||||
|
||||
.interface-pinned-items button.has-icon {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.wp-block-freeform,
|
||||
h1.wp-block {
|
||||
padding-left: 10px !important;
|
||||
}
|
||||
|
||||
button#mceu_28-button i {
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
.components-snackbar-list {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.components-panel__header button.has-icon {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.components-panel__header button svg {
|
||||
fill: white !important;
|
||||
outline: white !important;
|
||||
@@ -129,11 +184,25 @@ body.wp-admin {
|
||||
background-color: #1e262e !important;
|
||||
color: white !important;
|
||||
}
|
||||
/*
|
||||
.components-panel > div {
|
||||
display: none !important;
|
||||
} */
|
||||
|
||||
.components-panel > div:first-of-type {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
.user-admin-color-wrap {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
div.row-actions {
|
||||
position: unset !important;
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
#contextual-help-columns li,
|
||||
#contextual-help-columns p {
|
||||
color: #1e262e !important;
|
||||
}
|
||||
|
||||
#bulk-revisions #bulk-action-selector-top > option[value="publish_revision"] {
|
||||
display: none !important;
|
||||
}
|
||||
Reference in New Issue
Block a user