Improve relationship meta field CSS

This commit is contained in:
Tetrakern 2023-11-21 00:56:22 +01:00
parent 83cc7fbf17
commit 70a22e7232
2 changed files with 11 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -657,7 +657,7 @@ td.comment {
padding: 5px;
margin: 0;
height: 210px;
overflow: scroll;
overflow: auto;
}
&-source {
@ -757,6 +757,15 @@ td.comment {
}
}
:is(ol, ul) .sortable-drag {
background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) !important;
color: var(--wp-components-color-accent-inverted, #ffffff) !important;
button {
display: none;
}
}
&-info {
background: rgba(0, 0, 0, .02);
color: #757575;