You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
261 B
18 lines
261 B
9 months ago
|
.rwmb-media-list {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
.rwmb-edit-media,
|
||
|
.rwmb-remove-media {
|
||
|
color: inherit;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
.rwmb-edit-media:after {
|
||
|
content: "|";
|
||
|
color: #dcdcde;
|
||
|
margin: 0 6px;
|
||
|
}
|
||
|
.rwmb-remove-media {
|
||
|
color: #b32d2e;
|
||
|
}
|